Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetJit

575   if (GetJit() != nullptr) {
581 GetJit()->GetCodeCache()->SweepRootTables(visitor);
1668 if (GetJit() != nullptr) {
1669 GetJit()->DumpForSigQuit(os);
1969 if (GetJit() != nullptr) {
1970 GetJit()->GetCodeCache()->DisallowInlineCacheAccess();
1985 if (GetJit() != nullptr) {
1986 GetJit()->GetCodeCache()->AllowInlineCacheAccess();
2003 if (GetJit() != nullptr) {
2004 GetJit()->GetCodeCache()->BroadcastForInlineCacheAccess();
2323 GetJit() != nullptr &&
2324 GetJit()->GetCodeCache()->ContainsPc(reinterpret_cast<const void*>(code));
2354 // Returns true if JIT compilations are enabled. GetJit() will be not null in this case.