index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
common_dex_operations.h
Age
Commit message (
Expand
)
Author
2024-05-14
Add `ArtField::GetDeclaringClassDescriptor{,View}()`.
Vladimir Marko
2024-01-24
Add visibility attributes in runtime/c*
Dmitrii Ishcheikin
2023-01-17
Remove one template argument to the switch interpreter.
Nicolas Geoffray
2022-12-12
Fix clinit debug check in instrumentation.
Vladimir Marko
2022-09-13
Reland "Ensure we initialize before pushing the method invoked."
Nicolas Geoffray
2022-08-05
Revert "Ensure we initialize before pushing the method invoked."
Lokesh Gidra
2022-07-06
Ensure we initialize before pushing the method invoked.
Nicolas Geoffray
2019-10-07
Revert^4 "Walk internal ArtField/ArtMethod pointers"
Alex Light
2019-10-07
Revert "Revert^2 "Walk internal ArtField/ArtMethod pointers""
Nicolas Geoffray
2019-10-04
Revert^2 "Walk internal ArtField/ArtMethod pointers"
Alex Light
2019-10-04
Revert "Walk internal ArtField/ArtMethod pointers"
Nicolas Geoffray
2019-10-03
Walk internal ArtField/ArtMethod pointers
Alex Light
2019-06-10
JVMTI Force early return
Alex Light
2019-05-08
ObjPtr<>-ify instrumentation.
Vladimir Marko
2019-01-02
ART: Move dex structs into own header
Andreas Gampe
2018-12-06
ART: Move to using locks.h instead of mutex.h
Andreas Gampe
2018-10-11
Revert^4 "JVMTI PopFrame support"
Alex Light
2018-10-10
Revert "Revert^2 "JVMTI PopFrame support""
Nicolas Geoffray
2018-10-08
Revert^2 "JVMTI PopFrame support"
Alex Light
2018-10-05
Revert "JVMTI PopFrame support"
Alex Light
2018-10-04
JVMTI PopFrame support
Alex Light
2018-05-23
ART: Fix missing field type crasher
Orion Hodson
2018-05-16
ART: Fix jvalue includes
Andreas Gampe
2018-02-28
Header library to remove dependence on runtime/
David Sehr
2018-01-05
Create dex subdirectory
David Sehr
2017-12-22
Make CodeItem fields private
Mathieu Chartier
2017-11-06
Refactor ArtField::GetType<>() as {Lookup,Resolve}Type().
Vladimir Marko
2017-10-23
ART: Correct static invariant checks
Andreas Gampe
2017-10-23
ART: Fix headers
Andreas Gampe
2017-07-29
Read and write constraints for clinit
Chang Xing
2017-06-19
Add field access & modify JVMTI callbacks
Alex Light
2017-05-25
Stop interpreter from accessing code items of compiled code.
Jeff Hao
2017-05-18
Revert "Stop interpreter from accessing code items of compiled code."
Nicolas Geoffray
2017-05-16
Stop interpreter from accessing code items of compiled code.
Jeff Hao
2017-03-09
Revert "Stop interpreter from accessing code items of compiled code."
Nicolas Geoffray
2017-03-09
Stop interpreter from accessing code items of compiled code.
Jeff Hao
2017-01-06
ART: Make method handle runtime code callable from compiler.
Orion Hodson