Lines Matching refs:GetJit
695 if (GetJit() != nullptr) { in PreZygoteFork()
696 GetJit()->PreZygoteFork(); in PreZygoteFork()
703 jit::Jit* jit = GetJit(); in PostZygoteFork()
729 if (GetJit() != nullptr) { in SweepSystemWeaks()
735 GetJit()->GetCodeCache()->SweepRootTables(visitor); in SweepSystemWeaks()
2228 if (GetJit() != nullptr) { in DumpForSigQuit()
2229 GetJit()->DumpForSigQuit(os); in DumpForSigQuit()
2543 if (GetJit() != nullptr) { in DisallowNewSystemWeaks()
2544 GetJit()->GetCodeCache()->DisallowInlineCacheAccess(); in DisallowNewSystemWeaks()
2559 if (GetJit() != nullptr) { in AllowNewSystemWeaks()
2560 GetJit()->GetCodeCache()->AllowInlineCacheAccess(); in AllowNewSystemWeaks()
2577 if (GetJit() != nullptr) { in BroadcastForNewSystemWeaks()
2578 GetJit()->GetCodeCache()->BroadcastForInlineCacheAccess(); in BroadcastForNewSystemWeaks()
2981 return IsJavaDebuggable() && GetJit() != nullptr && in IsAsyncDeoptimizeable()
2982 GetJit()->GetCodeCache()->PrivateRegionContainsPc(reinterpret_cast<const void*>(code)); in IsAsyncDeoptimizeable()
3075 if (Runtime::Current()->GetJit() != nullptr && in operator ()()
3076 Runtime::Current()->GetJit()->GetCodeCache()->IsInZygoteExecSpace(code) && in operator ()()
3108 jit::Jit* jit = GetJit(); in DeoptimizeBootImage()