Lines Matching refs:GetJit
654 if (GetJit() != nullptr) { in PreZygoteFork()
655 GetJit()->PreZygoteFork(); in PreZygoteFork()
661 if (GetJit() != nullptr) { in PostZygoteFork()
662 GetJit()->PostZygoteFork(); in PostZygoteFork()
679 if (GetJit() != nullptr) { in SweepSystemWeaks()
685 GetJit()->GetCodeCache()->SweepRootTables(visitor); in SweepSystemWeaks()
1935 if (GetJit() != nullptr) { in DumpForSigQuit()
1936 GetJit()->DumpForSigQuit(os); in DumpForSigQuit()
2240 if (GetJit() != nullptr) { in DisallowNewSystemWeaks()
2241 GetJit()->GetCodeCache()->DisallowInlineCacheAccess(); in DisallowNewSystemWeaks()
2256 if (GetJit() != nullptr) { in AllowNewSystemWeaks()
2257 GetJit()->GetCodeCache()->AllowInlineCacheAccess(); in AllowNewSystemWeaks()
2274 if (GetJit() != nullptr) { in BroadcastForNewSystemWeaks()
2275 GetJit()->GetCodeCache()->BroadcastForInlineCacheAccess(); in BroadcastForNewSystemWeaks()
2659 GetJit() != nullptr && in IsAsyncDeoptimizeable()
2660 GetJit()->GetCodeCache()->ContainsPc(reinterpret_cast<const void*>(code)); in IsAsyncDeoptimizeable()
2772 jit::Jit* jit = GetJit(); in DeoptimizeBootImage()