Searched refs:MethodHandleImpl (Results 1 – 11 of 11) sorted by relevance
/art/runtime/mirror/ |
D | method_handle_impl.cc | 45 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()
|
D | method_handle_impl.h | 128 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/ |
D | Subclass.smali | 25 # 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/ |
D | java_lang_invoke_MethodHandleImpl.cc | 36 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/ |
D | stack_scope.cc | 68 Handle<mirror::MethodHandleImpl> mhi(hs.NewHandle( in Java_Main_NativeFieldScopeCheck() 69 mirror::MethodHandleImpl::Create(soa.Self(), in Java_Main_NativeFieldScopeCheck()
|
/art/runtime/ |
D | class_root.h | 44 class MethodHandleImpl; variable 76 …eImpl, "Ljava/lang/invoke/MethodHandleImpl;", mirror::MethodHandleImpl) …
|
D | class_linker_test.cc | 771 struct MethodHandleImplOffsets : public CheckOffsets<mirror::MethodHandleImpl> { 772 MethodHandleImplOffsets() : CheckOffsets<mirror::MethodHandleImpl>( in MethodHandleImplOffsets() 774 addOffset(OFFSETOF_MEMBER(mirror::MethodHandleImpl, info_), "info"); in MethodHandleImplOffsets()
|
D | class_linker.cc | 9581 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/ |
D | preloaded-classes | 686 java.lang.invoke.MethodHandleImpl$HandleInfo 687 java.lang.invoke.MethodHandleImpl
|
D | boot-image-profile.txt | 2635 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/ |
D | hiddenapi-max-target-o-low-priority.txt | 2558 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;
|