• Home
  • Raw
  • Download

Lines Matching refs:Current

204   MutexLock mu(Thread::Current(), lock_);  in DumpInfo()
246 !Runtime::Current()->GetInstrumentation()->AreExitStubsInstalled()); in Create()
257 for (const std::string& option : Runtime::Current()->GetCompilerOptions()) { in Create()
265 jit->DumpTypeInfoForLoadedTypes(Runtime::Current()->GetClassLinker()); in Create()
299 DCHECK(Runtime::Current()->UseJitCompilation()); in CompileMethod()
302 RuntimeCallbacks* cb = Runtime::Current()->GetRuntimeCallbacks(); in CompileMethod()
321 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in CompileMethod()
371 Thread* self = Thread::Current(); in DeleteThreadPool()
423 Runtime::Current()->DumpDeoptimizations(LOG_STREAM(INFO)); in ~Jit()
437 if (!Runtime::Current()->UseJitCompilation()) { in NewTypeLoadedIfUsingJit()
441 jit::Jit* jit = Runtime::Current()->GetJit(); in NewTypeLoadedIfUsingJit()
457 ScopedObjectAccess so(Thread::Current()); in DumpTypeInfoForLoadedTypes()
571 Jit* jit = Runtime::Current()->GetJit(); in MaybeDoOnStackReplacement()
591 if (Runtime::Current()->GetRuntimeCallbacks()->IsMethodBeingInspected(method)) { in MaybeDoOnStackReplacement()
633 MutexLock mu(Thread::Current(), lock_); in AddMemoryUsage()
643 for (gc::space::ImageSpace* space : Runtime::Current()->GetHeap()->GetBootImageSpaces()) { in NotifyZygoteCompilationDone()
702 for (gc::space::ImageSpace* space : Runtime::Current()->GetHeap()->GetBootImageSpaces()) { in NotifyZygoteCompilationDone()
730 for (gc::space::ImageSpace* space : Runtime::Current()->GetHeap()->GetBootImageSpaces()) { in NotifyZygoteCompilationDone()
775 ScopedObjectAccess soa(Thread::Current()); in JitCompileTask()
789 ScopedObjectAccess soa(Thread::Current()); in ~JitCompileTask()
800 Runtime::Current()->GetJit()->CompileMethod( in Run()
860 if (Runtime::Current()->IsZygote()) { in Run()
862 Runtime::Current()->GetJit()->GetCodeCache()->GetZygoteMap()->SetCompilationState( in Run()
888 Runtime* runtime = Runtime::Current(); in Run()
938 Runtime* runtime = Runtime::Current(); in Run()
940 for (gc::space::ImageSpace* space : Runtime::Current()->GetHeap()->GetBootImageSpaces()) { in Run()
952 if (Runtime::Current()->IsPrimaryZygote()) { in Run()
979 ScopedObjectAccess soa(Thread::Current()); in JitProfileTask()
983 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in JitProfileTask()
1003 Jit* jit = Runtime::Current()->GetJit(); in Run()
1025 ScopedObjectAccess soa(Thread::Current()); in ~JitProfileTask()
1043 if (Runtime::Current()->IsJavaDebuggable()) { in MapBootImageMethods()
1093 for (gc::space::ImageSpace* space : Runtime::Current()->GetHeap()->GetBootImageSpaces()) { in MapBootImageMethods()
1169 for (gc::space::ImageSpace* space : Runtime::Current()->GetHeap()->GetBootImageSpaces()) { in HasImageWithProfile()
1178 Runtime* runtime = Runtime::Current(); in InZygoteUsingJit()
1190 Runtime* runtime = Runtime::Current(); in CreateThreadPool()
1211 thread_pool_->AddTask(Thread::Current(), new ZygoteVerificationTask()); in CreateThreadPool()
1217 thread_pool_->AddTask(Thread::Current(), new ZygoteTask()); in CreateThreadPool()
1224 for (gc::space::ImageSpace* space : Runtime::Current()->GetHeap()->GetBootImageSpaces()) { in CreateThreadPool()
1294 Runtime* runtime = Runtime::Current(); in RegisterDexFiles()
1301 thread_pool_->AddTask(Thread::Current(), new JitProfileTask(dex_files, class_loader)); in RegisterDexFiles()
1339 MutexLock mu(Thread::Current(), boot_completed_lock_); in CompileMethodFromProfile()
1375 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in CompileMethodsFromBootProfile()
1424 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in CompileMethodsFromProfile()
1461 MutexLock mu(Thread::Current(), boot_completed_lock_); in CompileMethodsFromProfile()
1505 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode(method, entry_point); in MaybeCompileMethod()
1583 Runtime* runtime = Runtime::Current(); in MethodEntered()
1608 Thread* self = Thread::Current(); in Stop()
1616 GetThreadPool()->StartWorkers(Thread::Current()); in Start()
1620 jit::Jit* jit = Runtime::Current()->GetJit(); in ScopedJitSuspend()
1629 DCHECK(Runtime::Current()->GetJit() != nullptr); in ~ScopedJitSuspend()
1630 DCHECK(Runtime::Current()->GetJit()->GetThreadPool() != nullptr); in ~ScopedJitSuspend()
1631 Runtime::Current()->GetJit()->Start(); in ~ScopedJitSuspend()
1643 Runtime* runtime = Runtime::Current(); in RunPollingThread()
1659 Runtime::Current()->DetachCurrentThread(); in RunPollingThread()
1666 MutexLock mu(Thread::Current(), boot_completed_lock_); in PostForkChildAction()
1670 Runtime* const runtime = Runtime::Current(); in PostForkChildAction()
1699 !Runtime::Current()->GetInstrumentation()->AreExitStubsInstalled()); in PostForkChildAction()
1723 Runtime* runtime = Runtime::Current(); in PostZygoteFork()
1751 Thread* self = Thread::Current(); in BootCompleted()
1765 Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(method->GetDeclaringClass()); in CanEncodeMethod()
1769 return !is_for_shared_region || Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(cls); in CanEncodeClass()
1773 return !is_for_shared_region || Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(string); in CanEncodeString()