Home | History | Annotate | Download | only in oatdump

Lines Matching defs:self

1312       StackHandleScope<1> hs(soa.Self());
1317 soa.Self(), os, dex_method_idx, dex_file, dex_cache, *options_.class_loader_, &class_def,
1487 Thread* self = Thread::Current();
1490 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
1497 self->TransitionFromRunnableToSuspended(kNative);
1500 heap->RevokeAllThreadLocalAllocationStacks(self);
1502 self->TransitionFromSuspendedToRunnable();
1514 ReaderMutexLock mu(self, *class_linker->DexLock());
1521 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
2214 Thread* self = Thread::Current();
2215 CHECK(self != nullptr);
2217 WellKnownClasses::Init(self->GetJniEnv());
2220 ScopedObjectAccess soa(self);
2238 jobject class_loader = class_linker->CreatePathClassLoader(self, class_path);
2241 StackHandleScope<1> scope(self);