Lines Matching refs:Runtime

126     instrumentation::Instrumentation* instrum = Runtime::Current()->GetInstrumentation();  in UpdateEntryPoints()
221 size_t initial_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheInitialCapacity(); in Create()
223 size_t max_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheMaxCapacity(); in Create()
407 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in DCheckRootsAreValid()
412 CHECK(!Runtime::Current()->GetHeap()->IsMovableObject(object.Get())); in DCheckRootsAreValid()
439 if (object == nullptr || object == Runtime::GetWeakClassSentinel()) { in SweepRootTables()
454 Runtime::ProcessWeakClass( in SweepRootTables()
457 Runtime::GetWeakClassSentinel()); in SweepRootTables()
466 Runtime::ProcessWeakClass(&cache->classes_[j], visitor, nullptr); in SweepRootTables()
494 Runtime::Current()->GetClassLinker()->GetClassHierarchyAnalysis() in FreeAllMethodHeaders()
641 uint16_t jit_warmup_threshold = Runtime::Current()->GetJITOptions()->GetWarmupThreshold(); in ClearMethodCounter()
740 DCHECK(cha_single_implementation_list.empty() || !Runtime::Current()->IsJavaDebuggable()) in Commit()
743 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in Commit()
776 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in Commit()
817 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in RemoveMethod()
1104 threads_running_checkpoint = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in MarkCompiledCodeOnThreadStacks()
1194 if (Runtime::Current()->GetJITOptions()->CanCompileBaseline()) { in GarbageCollectCache()
1222 uint16_t new_counter = Runtime::Current()->GetJit()->HotMethodThreshold() - 1u; in GarbageCollectCache()
1238 Runtime::Current()->GetJit()->AddTimingLogger(logger); in GarbageCollectCache()
1352 if (Runtime::Current()->GetJITOptions()->CanCompileBaseline()) { in DoCollection()
1394 DCHECK(!Runtime::Current()->IsZygote()); in DoCollection()
1620 uint16_t jit_compile_threshold = Runtime::Current()->GetJITOptions()->GetCompileThreshold(); in GetProfiledMethods()
1733 Runtime::Current()->GetClassLinker()->MakeInitializedClassesVisiblyInitialized( in NotifyCompilationOf()
1857 ClassLinker* linker = Runtime::Current()->GetClassLinker(); in InvalidateAllCompiledCode()
1887 Runtime::Current()->GetInstrumentation()->UpdateMethodsCode( in InvalidateCompiledCodeFor()
1914 if (!Runtime::Current()->IsZygote()) { in Dump()
1943 ThreadPool* pool = Runtime::Current()->GetJit()->GetThreadPool(); in PostForkChildAction()
1954 if (is_zygote || Runtime::Current()->IsSafeMode()) { in PostForkChildAction()
1969 size_t initial_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheInitialCapacity(); in PostForkChildAction()
1970 size_t max_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheMaxCapacity(); in PostForkChildAction()
1982 return Runtime::Current()->IsZygote() ? &shared_region_ : &private_region_; in GetCurrentRegion()
2079 CHECK(Runtime::Current()->IsZygote()); in Put()