Home | History | Annotate | Download | only in mirror

Lines Matching refs:MethodHandlesLookup

31 GcRoot<mirror::Class> MethodHandlesLookup::static_class_;
33 void MethodHandlesLookup::SetClass(Class* klass) {
39 void MethodHandlesLookup::ResetClass() {
44 void MethodHandlesLookup::VisitRoots(RootVisitor* visitor) {
48 MethodHandlesLookup* MethodHandlesLookup::Create(Thread* const self, Handle<Class> lookup_class)
53 Handle<MethodHandlesLookup> mhl(
54 hs.NewHandle(ObjPtr<MethodHandlesLookup>::DownCast(StaticClass()->AllocObject(self))));
60 MethodHandlesLookup* MethodHandlesLookup::GetDefault(Thread* const self) {
64 return down_cast<MethodHandlesLookup*>(result.GetL());
67 MethodHandle* MethodHandlesLookup::FindConstructor(Thread* const self,