Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching defs:self_

385   GetMirrorClass()->MonitorEnter(driver_->self_);
390 GetMirrorClass()->MonitorExit(driver_->self_);
518 return driver_->self_->DecodeJObject(klass_)->AsClass();
527 art::StackHandleScope<2> hs(driver_->self_);
531 art::GetClassRoot<art::mirror::DexCache>(cl)->AllocObject(driver_->self_))));
533 driver_->self_->AssertPendingOOMException();
539 driver_->self_->AssertPendingOOMException();
542 art::WriterMutexLock mu(driver_->self_, *art::Locks::dex_lock_);
543 art::mirror::DexCache::InitializeDexCache(driver_->self_,
566 driver_->self_,
637 art::MutexLock mu(driver_->self_, *art::Locks::thread_list_lock_);
667 art::StackHandleScope<1> hs(driver_->self_);
720 art::StackHandleScope<1> hs(driver_->self_);
787 art::StackHandleScope<1> hs(driver_->self_);
864 art::StackHandleScope<1> hs(driver_->self_);
1173 art::StackHandleScope<2> hs(driver_->self_);
1177 art::verifier::ClassVerifier::VerifyClass(driver_->self_,
1206 art::StackHandleScope<2> hs(driver_->self_);
1228 new_cookie(hs.NewHandle(ClassLoaderHelper::AllocateNewDexFileCookie(driver_->self_,
1254 art::ScopedObjectAccessUnchecked soa(driver_->self_);
1255 art::StackHandleScope<2> hs(driver_->self_);
1263 ClassLoaderHelper::FindSourceDexFileObject(driver_->self_, loader)));
1271 driver_->self_->AssertPendingOOMException();
1272 driver_->self_->ClearException();
1279 driver_->self_->AssertPendingException();
1280 driver_->self_->ClearException();
1288 driver_->self_->AssertPendingOOMException();
1289 driver_->self_->ClearException();
1373 : heap_(heap), self_(self) {
1375 heap_->IncrementDisableMovingGC(self_);
1381 heap_->DecrementDisableMovingGC(self_);
1386 art::Thread* self_;
1390 art::StackHandleScope<1> hs(self_);
1393 RedefinitionDataHolder holder(&hs, runtime_, self_, &redefinitions_);
1395 self_->AssertPendingOOMException();
1396 self_->ClearException();
1418 cl->AppendToBootClassPath(self_, data.GetRedefinition().GetDexFile());
1425 ScopedDisableConcurrentAndMovingGc sdcamgc(runtime_->GetHeap(), self_);
1430 art::ScopedThreadSuspension sts(self_, art::ThreadState::kNative);
1590 art::StackHandleScope<2> hs(driver_->self_);
1592 driver_->self_->DecodeJObject(klass_)->AsClass()));
1598 art::Handle<art::mirror::ClassExt> ext(hs.NewHandle(klass->EnsureExtDataPresent(driver_->self_)));
1601 driver_->self_->AssertPendingOOMException();
1602 driver_->self_->ClearException();
1614 driver_->self_, klass->GetDeclaredMethodsSlice(art::kRuntimePointerSize).size())) {
1616 driver_->self_->AssertPendingOOMException();
1617 driver_->self_->ClearException();