summaryrefslogtreecommitdiff
path: root/runtime/entrypoints/entrypoint_utils.cc
AgeCommit message (Expand)Author
2019-03-29ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. Vladimir Marko
2019-03-27ObjPtr<>-ify mirror::ObjectArray. Vladimir Marko
2019-03-22ObjPtr<>-ify entrypoint utils. Vladimir Marko
2018-11-16Create SdkVersion enum, migrate users to it David Brazdil
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-08-01Move MethodInfo to CodeInfo. David Srbecky
2018-07-26Decode only the needed tables from CodeInfo. David Srbecky
2018-07-05Merge "Use iterators to access stack map data." David Srbecky
2018-07-04Use iterators to access stack map data. David Srbecky
2018-07-03ART: Do not use std::<container>::at(). Vladimir Marko
2018-06-05Remove depth argument from InlineInfo accessors in stack maps. David Srbecky
2018-05-22Merge "Refactor runtime callee save frame info." Vladimir Marko
2018-05-22Refactor runtime callee save frame info. Vladimir Marko
2018-05-21Rewrite stackmap encoding code. David Srbecky
2018-05-14ART: Add dex::ProtoIndex Orion Hodson
2018-05-11ART: Compiler support for const-method-handle Orion Hodson
2018-05-10ART: Compiler support for const-method-type Orion Hodson
2018-05-09ART: Move JNI files to runtime/jni/ . Vladimir Marko
2018-01-05Create dex subdirectory David Sehr
2017-11-30Revert^4 "JIT JNI stubs." Vladimir Marko
2017-11-30Revert "Revert "Revert "JIT JNI stubs.""" Nicolas Geoffray
2017-11-29Revert "Revert "JIT JNI stubs."" Vladimir Marko
2017-11-28Revert "JIT JNI stubs." Vladimir Marko
2017-11-28JIT JNI stubs. Vladimir Marko
2017-07-27ART: Refactor retrieval of types through ArtMethod. Vladimir Marko
2017-06-15Clean up ArraySlice<>. Vladimir Marko
2017-06-08ART: Move CalleeSaveType to callee_save_type.h Andreas Gampe
2017-04-21ART: Add object-readbarrier-inl.h Andreas Gampe
2017-03-17Merge "ART: Get rid of most of java.lang.DexCache." Narayan Kamath
2017-03-16ART: Get rid of most of java.lang.DexCache. Narayan Kamath
2017-03-16Add method info to oat files Mathieu Chartier
2017-02-14ART: Add operator == and != with nullptr to Handle Andreas Gampe
2017-02-08Clean up code info table layout Mathieu Chartier
2017-01-26Refactor code for unresolved field entrypoint. Nicolas Geoffray
2017-01-18Entrypoints cleanup. Nicolas Geoffray
2017-01-17Reduce using ArtMethod's dex_cache_resolved_types_. Vladimir Marko
2017-01-16Store resolved types for AOT code in .bss. Vladimir Marko
2016-11-21ART: Add dex::TypeIndex Andreas Gampe
2016-10-26Move interpreter to ObjPtr Mathieu Chartier
2016-10-18Remove mirror:: and ArtMethod deps in utils.{h,cc} David Sehr
2016-10-04Rename ObjPtr::Decode to ObjPtr::Ptr Mathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-09-27Use ObjPtr for reflection.cc/h/inl Mathieu Chartier
2016-09-14Fix moving GC bugs in entrypoints Mathieu Chartier
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHARED Andreas Gampe
2016-08-01ART: Convert pointer size to enum Andreas Gampe
2016-04-04Clean up OatQuickMethodHeader after Quick removal. Vladimir Marko
2016-04-01Use bit-level packing for InlineInfo in stackmaps as well. David Srbecky
2016-03-31Pack stack map entries on bit level to save space. David Srbecky
2016-02-05Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" Nicolas Geoffray