index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
956-methodhandles
/
src
Age
Commit message (
Expand
)
Author
2024-10-23
x86-64: handle invoke-direct in invokeExact intrinsic.
Almaz Mingaleev
2022-01-17
MethodHandles: change asType() / invoke() implementation
Orion Hodson
2021-11-29
Additional MethodHandle.asType() tests
Orion Hodson
2020-07-26
More inclusive language fixes
Orion Hodson
2019-11-11
MethodHandles: fix missing nominal type return value conversion
Orion Hodson
2019-10-29
Additional tests for constructor methodhandles
Orion Hodson
2019-10-07
Handle MethodHandle call to non-default interface methods
Alex Light
2018-06-08
ART: Simplify invoke-polymorphic entrypoints
Orion Hodson
2018-04-10
ART: Fix MethodHandle invoke-super
Orion Hodson
2018-02-07
ART: Add test for reflective invocations of MethodHandles.
Orion Hodson
2017-02-17
ART: fix method handle invocation of abstract & interface methods
Orion Hodson
2017-02-06
Tests for libcore change d2aa1365d25911076cb174a04b1d5152f0ff80e3
Przemyslaw Szczepaniak
2017-01-27
MethodHandles: Support and tests for revealDirect / reflectAs.
Narayan Kamath
2017-01-16
MethodHandles: Add tests for MethodHandles.Lookup.bind
Narayan Kamath
2016-12-11
Use System.out only.
Nicolas Geoffray
2016-11-25
Revert "Revert "Method Handles: Add VarargsCollector.""
Orion Hodson
2016-11-25
Revert "Method Handles: Add VarargsCollector."
Orion Hodson
2016-11-23
Method Handles: Add VarargsCollector.
Orion Hodson
2016-11-16
MethodHandles: Check return types when resolving handles.
Orion Hodson
2016-11-11
MethodHandles: Fix MethodType::IsConvertible() error.
Orion Hodson
2016-11-10
MethodHandles: Enable return value conversions.
Orion Hodson
2016-11-08
MethodHandles: Constructor support
Orion Hodson
2016-11-03
MethodHandles: Implement MethodHandle.asType.
Narayan Kamath
2016-11-03
MethodHandles: Track libcore change eb497095e03068459.
Narayan Kamath
2016-11-01
MethodHandles: Track libcore change cc4ded.
Narayan Kamath
2016-11-01
Merge "MethodHandles: Better detail message for WrongMethodTypeExceptions"
Narayan Kamath
2016-10-31
MethodHandles: Remove obsolete test workaround.
Narayan Kamath
2016-10-31
MethodHandles: Better detail message for WrongMethodTypeExceptions
Narayan Kamath
2016-10-28
method_handles: Complete support for emulated stack frames.
Narayan Kamath
2016-10-26
Interpreter: Add support for method handle transforms [Part 1].
Narayan Kamath
2016-10-20
Revert "Revert "Interpreter: Add support for direct handle invokes on methods.""
Narayan Kamath
2016-10-19
Revert "Interpreter: Add support for direct handle invokes on methods."
Narayan Kamath
2016-10-18
Interpreter: Add support for direct handle invokes on methods.
Narayan Kamath