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