HomeSort by relevance Sort by last modified time
    Searched refs:MethodHandleImpl (Results 1 - 7 of 7) sorted by null

  /art/runtime/mirror/
method_handle_impl.cc 45 ObjPtr<mirror::MethodHandleImpl> MethodHandleImpl::Create(Thread* const self,
51 Handle<mirror::MethodHandleImpl> mh(hs.NewHandle(ObjPtr<MethodHandleImpl>::DownCast(
52 GetClassRoot<MethodHandleImpl>()->AllocObject(self))));
method_handle_impl.h 122 // C++ mirror of java.lang.invoke.MethodHandleImpl
123 class MANAGED MethodHandleImpl : public MethodHandle {
125 static ObjPtr<mirror::MethodHandleImpl> Create(Thread* const self,
133 return MemberOffset(OFFSETOF_MEMBER(MethodHandleImpl, info_));
139 DISALLOW_IMPLICIT_CONSTRUCTORS(MethodHandleImpl);
  /art/runtime/native/
java_lang_invoke_MethodHandleImpl.cc 36 Handle<mirror::MethodHandleImpl> handle = hs.NewHandle(
37 soa.Decode<mirror::MethodHandleImpl>(thiz));
72 NATIVE_METHOD(MethodHandleImpl, getMemberInternal, "()Ljava/lang/reflect/Member;"),
76 REGISTER_NATIVE_METHODS("java/lang/invoke/MethodHandleImpl");
  /art/test/954-invoke-polymorphic-verifier/smali/
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 ] => Okay
33 invoke-polymorphic {v0, v1, v2}, Ljava/lang/invoke/MethodHandleImpl;->invoke([Ljava/lang/Object;)Ljava/lang/Object;, (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
41 .method public static getMethodHandleSubclassInstance()Ljava/lang/invoke/MethodHandleImpl;
  /art/runtime/
class_root.h 42 class MethodHandleImpl;
73 M(kJavaLangInvokeMethodHandleImpl, "Ljava/lang/invoke/MethodHandleImpl;", mirror::MethodHandleImpl) \
class_linker_test.cc     [all...]
class_linker.cc     [all...]

Completed in 67 milliseconds