index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
method_handles.cc
Age
Commit message (
Expand
)
Author
2022-02-07
Fix braino in InvokeFromTransform
Orion Hodson
2022-02-03
MethodHandle dead and duplicated code clean-up
Orion Hodson
2022-02-03
Remove unused EmulatedStackFrame.callsiteType field
Orion Hodson
2022-01-27
MethodHandles: Fix invalid DCHECKS
Orion Hodson
2022-01-17
MethodHandles: change asType() / invoke() implementation
Orion Hodson
2021-12-21
Reland "More entrypoint handling cleanup."
Nicolas Geoffray
2021-12-20
Revert "More entrypoint handling cleanup."
Nicolas Geoffray
2021-12-20
More entrypoint handling cleanup.
Nicolas Geoffray
2021-11-30
MethodHandles: fix missing check in VarHandle invoker
Orion Hodson
2021-11-24
Revert^2 "MethodHandle composability fix"
Orion Hodson
2021-11-23
Revert "MethodHandle composability fix"
Ulyana Trafimovich
2021-11-23
MethodHandle composability fix
Orion Hodson
2020-05-13
Move implementations from class_root.h to -inl.h .
Vladimir Marko
2019-11-11
MethodHandles: fix missing nominal type return value conversion
Orion Hodson
2019-10-07
Handle MethodHandle call to non-default interface methods
Alex Light
2019-03-29
Clean up explicit conversions to ObjPtr<>.
Vladimir Marko
2019-03-28
ObjPtr<>-ify method/var handles, fix stale refs in tests.
Vladimir Marko
2019-03-27
ObjPtr<>-ify mirror::ObjectArray.
Vladimir Marko
2019-03-22
ObjPtr<>-ify entrypoint utils.
Vladimir Marko
2018-10-25
ART: Do some include-what-you-use
Andreas Gampe
2018-10-23
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-08-02
Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-06-01
ObjPtr<>-ify array allocations.
Vladimir Marko
2018-05-25
Remove static_class_ from Method/VarHandle and CallSite.
Vladimir Marko
2018-05-23
ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses.
Vladimir Marko
2018-05-16
ART: Fix jvalue includes
Andreas Gampe
2018-04-10
ART: Fix MethodHandle invoke-super
Orion Hodson
2018-02-22
ART: Support for VarHandle invokers
Orion Hodson
2018-02-09
Revert^2 "ART: Interpreter support for VarHandle accessors"
Orion Hodson
2018-02-06
Revert "ART: Interpreter support for VarHandle accessors"
Orion Hodson
2018-02-06
ART: Interpreter support for VarHandle accessors
Orion Hodson
2018-01-31
Revert "Revert "Make libdexfile build independent of runtime dir""
David Sehr
2018-01-30
Revert "Make libdexfile build independent of runtime dir"
David Sehr
2018-01-30
Make libdexfile build independent of runtime dir
David Sehr
2018-01-29
ART: Type conversion fixes for MethodHandles
Orion Hodson
2017-12-22
Make CodeItem fields private
Mathieu Chartier
2017-11-13
ART: Simplify MethodHandle invocations
Orion Hodson
2017-11-01
ART: Intrinsify polymorphic signature methods
Orion Hodson
2017-07-24
ART: Include cleanup
Andreas Gampe
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-04-21
ART: Clean up art_method.h
Andreas Gampe
2017-04-18
Use correct type for GetValueFromShadowFrame
Mathieu Chartier
2017-03-29
Performance improvements in invoke-polymorphic runtime support
Orion Hodson
2017-02-17
ART: fix method handle invocation of abstract & interface methods
Orion Hodson
2017-02-14
Merge "ART: Add operator == and != with nullptr to Handle"
Treehugger Robot
2017-02-14
ART: Add operator == and != with nullptr to Handle
Andreas Gampe
2017-02-14
ART: invoke-custom support
Orion Hodson
2017-01-06
ART: Make method handle runtime code callable from compiler.
Orion Hodson
2016-12-15
ART: Move to libbase StringPrintf
Andreas Gampe
[next]