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.h
Age
Commit message (
Expand
)
Author
2024-06-20
Move some classes from `runtime/` to `dex2oat/`.
Vladimir Marko
2024-01-12
Add visibility attributes in runtime/entrypoints
Dmitrii Ishcheikin
2024-01-10
Revert "Add visibility attributes in runtime/entrypoints and runtime/native"
Daniel Chapin
2024-01-05
Add visibility attributes in runtime/entrypoints and runtime/native
Dmitrii Ishcheikin
2023-05-04
When fetching the caller of a runtime method, also fetch dex_pc.
Nicolas Geoffray
2023-01-17
Remove one template argument to the switch interpreter.
Nicolas Geoffray
2023-01-16
Refactor code aroud method resolution.
Nicolas Geoffray
2022-12-12
Fix clinit debug check in instrumentation.
Vladimir Marko
2022-08-09
Reland^2 "Use the thread local cache in interpreter / unresolved entrypoints"
Nicolas Geoffray
2022-07-27
Revert "Reland "Use the thread local cache in interpreter / unresolved entryp...
Neha Jain
2022-07-25
Reland "Use the thread local cache in interpreter / unresolved entrypoints"
Nicolas Geoffray
2022-07-19
Revert "Use the thread local cache in interpreter / unresolved entrypoints"
Nicolas Geoffray
2022-07-19
Use the thread local cache in interpreter / unresolved entrypoints
Nicolas Geoffray
2022-03-09
Revert^4 "Add bss support for inlining BCP DexFiles for single image"
Santiago Aboy Solanes
2022-03-08
Revert^3 "Add bss support for inlining BCP DexFiles for single image"
Santiago Aboy Solanes
2022-03-07
Revert^2 "Add bss support for inlining BCP DexFiles for single image"
Santiago Aboy Solanes
2022-02-01
Introduce FindSuperMethodToCall to find the target of a super call.
Nicolas Geoffray
2021-11-23
Revert^2 "JNI: Rewrite locking for synchronized methods."
Vladimir Marko
2021-11-23
Revert "JNI: Rewrite locking for synchronized methods."
Vladimir Marko
2021-11-22
JNI: Rewrite locking for synchronized methods.
Vladimir Marko
2021-02-23
Do not create HandleScope for JNI transitions.
Vladimir Marko
2020-06-19
Direct calls to @CriticalNative methods.
Vladimir Marko
2020-02-12
Rewrite GenericJNI frame setup.
Vladimir Marko
2020-02-10
Reinstate exception check in GenericJni stubs.
Vladimir Marko
2019-10-18
Clean up initialization checks for entrypoints.
Vladimir Marko
2019-05-17
Add default argument kIsInstrumented=true.
Vladimir Marko
2019-03-22
ObjPtr<>-ify entrypoint utils.
Vladimir Marko
2018-12-06
ART: Move to using locks.h instead of mutex.h
Andreas Gampe
2018-09-05
Rewrite mterp field access helpers
David Srbecky
2018-06-04
Refactor String resolution.
Vladimir Marko
2018-06-01
ObjPtr<>-ify array allocations.
Vladimir Marko
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-01-05
Create dex subdirectory
David Sehr
2017-12-08
Determine HLoadClass/String load kind early.
Vladimir Marko
2017-11-08
cpplint: Cleanup errors
Igor Murashkin
2017-09-18
ART: Forward declarations for InvokeType
Andreas Gampe
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-05
Small refactoring of field/method access checks.
Vladimir Marko
2017-06-08
ART: Move CalleeSaveType to callee_save_type.h
Andreas Gampe
2017-01-26
Refactor code for unresolved field entrypoint.
Nicolas Geoffray
2017-01-19
Revert "Revert "Load the array class in the compiler for allocations.""
Nicolas Geoffray
2017-01-19
Revert "Load the array class in the compiler for allocations."
Hiroshi Yamauchi
2017-01-18
Load the array class in the compiler for allocations.
Nicolas Geoffray
2017-01-18
Entrypoints cleanup.
Nicolas Geoffray
2017-01-16
Store resolved types for AOT code in .bss.
Vladimir Marko
2017-01-12
Revert "Revert "Make object allocation entrypoints only take a class.""
Nicolas Geoffray
2017-01-12
Revert "Make object allocation entrypoints only take a class."
Hiroshi Yamauchi
2017-01-11
Make object allocation entrypoints only take a class.
Nicolas Geoffray
[next]