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

  /art/runtime/mirror/
method_handles_lookup.h 36 class MANAGED MethodHandlesLookup : public Object {
38 static ObjPtr<mirror::MethodHandlesLookup> Create(Thread* const self, Handle<Class> lookup_class)
42 static ObjPtr<mirror::MethodHandlesLookup> GetDefault(Thread* const self)
53 return MemberOffset(OFFSETOF_MEMBER(MethodHandlesLookup, allowed_modes_));
57 return MemberOffset(OFFSETOF_MEMBER(MethodHandlesLookup, lookup_class_));
65 DISALLOW_IMPLICIT_CONSTRUCTORS(MethodHandlesLookup);
method_handles_lookup.cc 32 ObjPtr<MethodHandlesLookup> MethodHandlesLookup::Create(Thread* const self,
37 ObjPtr<MethodHandlesLookup> mhl = ObjPtr<MethodHandlesLookup>::DownCast(
38 GetClassRoot<MethodHandlesLookup>()->AllocObject(self));
44 ObjPtr<MethodHandlesLookup> MethodHandlesLookup::GetDefault(Thread* const self) {
48 return ObjPtr<MethodHandlesLookup>::DownCast(result.GetL());
51 ObjPtr<MethodHandle> MethodHandlesLookup::FindConstructor(Thread* const self,
  /art/runtime/
class_root.h 43 class MethodHandlesLookup;
74 M(kJavaLangInvokeMethodHandlesLookup, "Ljava/lang/invoke/MethodHandles$Lookup;", mirror::MethodHandlesLookup) \
class_linker_test.cc     [all...]
class_linker.h 67 class MethodHandlesLookup;
    [all...]
class_linker.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]
  /art/runtime/native/
java_lang_Class.cc 90 ObjPtr<mirror::Class> lookup_class = GetClassRoot<mirror::MethodHandlesLookup>();
    [all...]

Completed in 246 milliseconds