Home
last modified time | relevance | path

Searched refs:MethodHandleImpl (Results 1 – 11 of 11) sorted by relevance

/art/runtime/mirror/
Dmethod_handle_impl.cc45 ObjPtr<mirror::MethodHandleImpl> MethodHandleImpl::Create(Thread* const self, in Create()
51 Handle<mirror::MethodHandleImpl> mh(hs.NewHandle(ObjPtr<MethodHandleImpl>::DownCast( in Create()
52 GetClassRoot<MethodHandleImpl>()->AllocObject(self)))); in Create()
Dmethod_handle_impl.h128 class MANAGED MethodHandleImpl : public MethodHandle {
132 static ObjPtr<mirror::MethodHandleImpl> Create(Thread* const self,
140 return MemberOffset(OFFSETOF_MEMBER(MethodHandleImpl, info_)); in InfoOffset()
146 DISALLOW_IMPLICIT_CONSTRUCTORS(MethodHandleImpl);
/art/test/954-invoke-polymorphic-verifier/smali/
DSubclass.smali25 # Get a MethodHandleImpl instance (subclass of MethodHandle).
26 invoke-static {}, LSubclass;->getMethodHandleSubclassInstance()Ljava/lang/invoke/MethodHandleImpl;
30 # Calling MethodHandle.invoke() on MethodHandleImpl instance (subclass of MethodHandle) => Okay
32 …# Calling MethodHandleImpl.invoke() rather than MethodHandle.invoke() [ declaring class is okay ] …
33 …invoke-polymorphic {v0, v1, v2}, Ljava/lang/invoke/MethodHandleImpl;->invoke([Ljava/lang/Object;)L…
41 .method public static getMethodHandleSubclassInstance()Ljava/lang/invoke/MethodHandleImpl;
/art/runtime/native/
Djava_lang_invoke_MethodHandleImpl.cc36 Handle<mirror::MethodHandleImpl> handle = hs.NewHandle( in MethodHandleImpl_getMemberInternal()
37 soa.Decode<mirror::MethodHandleImpl>(thiz)); in MethodHandleImpl_getMemberInternal()
67 NATIVE_METHOD(MethodHandleImpl, getMemberInternal, "()Ljava/lang/reflect/Member;"),
/art/test/1985-structural-redefine-stack-scope/
Dstack_scope.cc68 Handle<mirror::MethodHandleImpl> mhi(hs.NewHandle( in Java_Main_NativeFieldScopeCheck()
69 mirror::MethodHandleImpl::Create(soa.Self(), in Java_Main_NativeFieldScopeCheck()
/art/runtime/
Dclass_root.h44 class MethodHandleImpl; variable
76 …eImpl, "Ljava/lang/invoke/MethodHandleImpl;", mirror::MethodHandleImpl) …
Dclass_linker_test.cc771 struct MethodHandleImplOffsets : public CheckOffsets<mirror::MethodHandleImpl> {
772 MethodHandleImplOffsets() : CheckOffsets<mirror::MethodHandleImpl>( in MethodHandleImplOffsets()
774 addOffset(OFFSETOF_MEMBER(mirror::MethodHandleImpl, info_), "info"); in MethodHandleImplOffsets()
Dclass_linker.cc9581 return mirror::MethodHandleImpl::Create(self, target, kind, method_type); in ResolveMethodHandleForField()
9757 return mirror::MethodHandleImpl::Create(self, target, kind, method_type); in ResolveMethodHandleForMethod()
/art/build/boot/
Dpreloaded-classes686 java.lang.invoke.MethodHandleImpl$HandleInfo
687 java.lang.invoke.MethodHandleImpl
Dboot-image-profile.txt2635 HSPLjava/lang/invoke/MethodHandleImpl;-><init>(JILjava/lang/invoke/MethodType;)V
10342 Ljava/lang/invoke/MethodHandleImpl$HandleInfo;
10343 Ljava/lang/invoke/MethodHandleImpl;
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2558 Ljava/lang/invoke/MethodHandleImpl$HandleInfo;-><init>(Ljava/lang/reflect/Member;Ljava/lang/invoke/…
2559 Ljava/lang/invoke/MethodHandleImpl$HandleInfo;->handle:Ljava/lang/invoke/MethodHandle;
2560 Ljava/lang/invoke/MethodHandleImpl$HandleInfo;->member:Ljava/lang/reflect/Member;
2561 Ljava/lang/invoke/MethodHandleImpl;-><init>(JILjava/lang/invoke/MethodType;)V
2562 Ljava/lang/invoke/MethodHandleImpl;->getMemberInternal()Ljava/lang/reflect/Member;
2563 Ljava/lang/invoke/MethodHandleImpl;->info:Ljava/lang/invoke/MethodHandleImpl$HandleInfo;
2564 Ljava/lang/invoke/MethodHandleImpl;->reveal()Ljava/lang/invoke/MethodHandleInfo;
2621 …odHandles;->getMethodHandleImpl(Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandleImpl;