• Home
  • Raw
  • Download

Lines Matching refs:self_

330   GetMirrorClass()->MonitorEnter(driver_->self_);  in ClassRedefinition()
335 GetMirrorClass()->MonitorExit(driver_->self_); in ~ClassRedefinition()
475 return driver_->self_->DecodeJObject(klass_)->AsClass(); in GetMirrorClass()
484 art::StackHandleScope<2> hs(driver_->self_); in CreateNewDexCache()
488 cl->GetClassRoot(art::ClassLinker::kJavaLangDexCache)->AllocObject(driver_->self_)))); in CreateNewDexCache()
490 driver_->self_->AssertPendingOOMException(); in CreateNewDexCache()
496 driver_->self_->AssertPendingOOMException(); in CreateNewDexCache()
499 art::WriterMutexLock mu(driver_->self_, *art::Locks::dex_lock_); in CreateNewDexCache()
500 art::mirror::DexCache::InitializeDexCache(driver_->self_, in CreateNewDexCache()
523 driver_->self_, in AllocateOrGetOriginalDexFile()
593 art::MutexLock mu(driver_->self_, *art::Locks::thread_list_lock_); in FindAndAllocateObsoleteMethods()
614 art::StackHandleScope<1> hs(driver_->self_); in CheckSameMethods()
670 art::StackHandleScope<1> hs(driver_->self_); in CheckSameFields()
737 art::StackHandleScope<1> hs(driver_->self_); in CheckClass()
814 art::StackHandleScope<1> hs(driver_->self_); in CheckRedefinable()
1115 art::StackHandleScope<2> hs(driver_->self_); in CheckVerification()
1119 art::verifier::MethodVerifier::VerifyClass(driver_->self_, in CheckVerification()
1147 art::StackHandleScope<2> hs(driver_->self_); in AllocateAndRememberNewDexFileCookie()
1169 new_cookie(hs.NewHandle(ClassLoaderHelper::AllocateNewDexFileCookie(driver_->self_, in AllocateAndRememberNewDexFileCookie()
1195 art::ScopedObjectAccessUnchecked soa(driver_->self_); in FinishRemainingAllocations()
1196 art::StackHandleScope<2> hs(driver_->self_); in FinishRemainingAllocations()
1204 ClassLoaderHelper::FindSourceDexFileObject(driver_->self_, loader))); in FinishRemainingAllocations()
1212 driver_->self_->AssertPendingOOMException(); in FinishRemainingAllocations()
1213 driver_->self_->ClearException(); in FinishRemainingAllocations()
1220 driver_->self_->AssertPendingException(); in FinishRemainingAllocations()
1221 driver_->self_->ClearException(); in FinishRemainingAllocations()
1229 driver_->self_->AssertPendingOOMException(); in FinishRemainingAllocations()
1230 driver_->self_->ClearException(); in FinishRemainingAllocations()
1314 : heap_(heap), self_(self) { in ScopedDisableConcurrentAndMovingGc()
1316 heap_->IncrementDisableMovingGC(self_); in ScopedDisableConcurrentAndMovingGc()
1322 heap_->DecrementDisableMovingGC(self_); in ~ScopedDisableConcurrentAndMovingGc()
1327 art::Thread* self_; member in openjdkjvmti::ScopedDisableConcurrentAndMovingGc
1331 art::StackHandleScope<1> hs(self_); in Run()
1334 RedefinitionDataHolder holder(&hs, runtime_, self_, &redefinitions_); in Run()
1336 self_->AssertPendingOOMException(); in Run()
1337 self_->ClearException(); in Run()
1359 cl->AppendToBootClassPath(self_, data.GetRedefinition().GetDexFile()); in Run()
1366 ScopedDisableConcurrentAndMovingGc sdcamgc(runtime_->GetHeap(), self_); in Run()
1371 art::ScopedThreadSuspension sts(self_, art::ThreadState::kNative); in Run()
1522 art::StackHandleScope<2> hs(driver_->self_); in EnsureClassAllocationsFinished()
1524 driver_->self_->DecodeJObject(klass_)->AsClass())); in EnsureClassAllocationsFinished()
1530 art::Handle<art::mirror::ClassExt> ext(hs.NewHandle(klass->EnsureExtDataPresent(driver_->self_))); in EnsureClassAllocationsFinished()
1533 driver_->self_->AssertPendingOOMException(); in EnsureClassAllocationsFinished()
1534 driver_->self_->ClearException(); in EnsureClassAllocationsFinished()
1546 driver_->self_, klass->GetDeclaredMethodsSlice(art::kRuntimePointerSize).size())) { in EnsureClassAllocationsFinished()
1548 driver_->self_->AssertPendingOOMException(); in EnsureClassAllocationsFinished()
1549 driver_->self_->ClearException(); in EnsureClassAllocationsFinished()