Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetJit

590       runtime->GetJit()->GetCodeCache()->ContainsPc(reinterpret_cast<const void*>(pc))) {
605 if (runtime->UseJitCompilation() && runtime->GetJit()->GetCodeCache()->ContainsPc(code)) {
731 (runtime->GetJit() != nullptr &&
732 runtime->GetJit()->GetCodeCache()->ContainsPc(entry_point))) << method->PrettyMethod();
797 CHECK(runtime->GetJit() != nullptr);
798 code = runtime->GetJit()->GetCodeCache()->GetJniStubCode(method);