Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetJit

654   if (GetJit() != nullptr) {
655 GetJit()->PreZygoteFork();
661 if (GetJit() != nullptr) {
662 GetJit()->PostZygoteFork();
679 if (GetJit() != nullptr) {
685 GetJit()->GetCodeCache()->SweepRootTables(visitor);
1935 if (GetJit() != nullptr) {
1936 GetJit()->DumpForSigQuit(os);
2240 if (GetJit() != nullptr) {
2241 GetJit()->GetCodeCache()->DisallowInlineCacheAccess();
2256 if (GetJit() != nullptr) {
2257 GetJit()->GetCodeCache()->AllowInlineCacheAccess();
2274 if (GetJit() != nullptr) {
2275 GetJit()->GetCodeCache()->BroadcastForInlineCacheAccess();
2659 GetJit() != nullptr &&
2660 GetJit()->GetCodeCache()->ContainsPc(reinterpret_cast<const void*>(code));
2690 // Returns true if JIT compilations are enabled. GetJit() will be not null in this case.
2772 jit::Jit* jit = GetJit();