• Home
  • Raw
  • Download

Lines Matching refs:self_

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