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