Home | History | Annotate | Download | only in driver

Lines Matching defs:self

84       StackHandleScope<1> hs(soa.Self());
87 mirror::Class* c = class_linker->FindClass(soa.Self(), descriptor, loader);
109 mirror::DexCache* dex_cache = class_linker_->FindDexCache(soa.Self(), dex);
191 Thread* self = Thread::Current();
194 ScopedObjectAccess soa(self);
208 ScopedObjectAccess soa(self);
209 StackHandleScope<1> hs(self);
211 reinterpret_cast<mirror::ClassLoader*>(self->DecodeJObject(class_loader))));
212 mirror::Class* klass = class_linker->FindClass(self, "LStaticLeafMethods;", h_loader);
265 Thread* self = Thread::Current();
266 ScopedObjectAccess soa(self);
267 StackHandleScope<1> hs(self);
269 reinterpret_cast<mirror::ClassLoader*>(self->DecodeJObject(class_loader))));
270 mirror::Class* klass = class_linker->FindClass(self, clazz.c_str(), h_loader);
295 Thread* self = Thread::Current();
298 ScopedObjectAccess soa(self);