Home
last modified time | relevance | path

Searched refs:GetJit (Results 1 – 24 of 24) sorted by relevance

/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc29 jit::Jit* jit = Runtime::Current()->GetJit(); in do_checks()
51 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_ensureJittedAndPolymorphicInline()
/art/test/570-checker-osr/
Dosr.cc43 Runtime::Current()->GetJit()->GetCodeCache()->LookupOsrMethodHeader(m); in VisitFrame()
62 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_isInOsrCode()
135 jit::Jit* jit = Runtime::Current()->GetJit(); in VisitFrame()
/art/test/141-class-unload/
Djni_unload.cc29 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_IntHolder_waitForCompilation()
/art/runtime/jit/
Djit.cc353 jit::Jit* jit = Runtime::Current()->GetJit(); in NewTypeLoadedIfUsingJit()
394 Jit* jit = Runtime::Current()->GetJit(); in MaybeDoOnStackReplacement()
566 Runtime::Current()->GetJit()->CompileMethod(method_, self, /* osr */ false); in Run()
568 Runtime::Current()->GetJit()->CompileMethod(method_, self, /* osr */ true); in Run()
662 if (UNLIKELY(runtime->UseJitCompilation() && runtime->GetJit()->JitAtFirstUse())) { in MethodEntered()
Dprofiling_info.cc61 jit::JitCodeCache* code_cache = Runtime::Current()->GetJit()->GetCodeCache(); in Create()
Djit_code_cache.cc655 Runtime::Current()->GetJit()->AddTimingLogger(logger); in GarbageCollectCache()
/art/compiler/jit/
Djit_compiler.cc220 JitCodeCache* const code_cache = runtime->GetJit()->GetCodeCache(); in CompileMethod()
245 runtime->GetJit()->AddTimingLogger(logger); in CompileMethod()
/art/runtime/
Dart_method.cc408 jit::Jit* jit = Runtime::Current()->GetJit(); in GetOatQuickMethodHeader()
468 jit::Jit* jit = Runtime::Current()->GetJit(); in HasAnyCompiledCode()
488 if (runtime->GetJit()->GetCodeCache()->ContainsPc(GetEntryPointFromQuickCompiledCode())) { in CopyFrom()
Druntime.h452 jit::Jit* GetJit() { in GetJit() function
Dquick_exception_handler.cc513 Runtime::Current()->GetJit()->GetCodeCache()->InvalidateCompiledCodeFor( in DeoptimizeSingleFrame()
Druntime.cc1403 if (GetJit() != nullptr) { in DumpForSigQuit()
1404 GetJit()->DumpForSigQuit(os); in DumpForSigQuit()
Dstack.cc641 if (runtime->UseJitCompilation() && runtime->GetJit()->GetCodeCache()->ContainsPc(code)) { in AssertPcIsWithinQuickCode()
Dclass_linker.cc2044 if (runtime->GetJit() != nullptr) { in DeleteClassLoader()
2045 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in DeleteClassLoader()
2774 DCHECK(runtime->UseJitCompilation() && runtime->GetJit()->JitAtFirstUse()); in ShouldUseInterpreterEntrypoint()
/art/test/common/
Druntime_state.cc127 jit::Jit* jit = Runtime::Current()->GetJit(); in Java_Main_ensureJitCompiled()
/art/runtime/gc/space/
Ddlmalloc_space.cc328 if (LIKELY(runtime->GetJit() != nullptr)) { in ArtDlMallocMoreCore()
329 jit::JitCodeCache* code_cache = runtime->GetJit()->GetCodeCache(); in ArtDlMallocMoreCore()
/art/runtime/interpreter/mterp/
Dmterp.cc651 jit::Jit* jit = Runtime::Current()->GetJit(); in MterpSetUpHotnessCountdown()
689 jit::Jit* jit = Runtime::Current()->GetJit(); in MterpAddHotnessBatch()
703 jit::Jit* jit = Runtime::Current()->GetJit(); in MterpProfileBranch()
722 jit::Jit* jit = Runtime::Current()->GetJit(); in MterpMaybeDoOnStackReplacement()
/art/runtime/interpreter/
Dinterpreter.cc288 jit::Jit* jit = Runtime::Current()->GetJit(); in Execute()
612 jit::Jit* jit = Runtime::Current()->GetJit(); in EnterInterpreterFromEntryPoint()
Dinterpreter_common.h646 jit::Jit* jit = Runtime::Current()->GetJit(); in DoInvoke()
694 jit::Jit* jit = Runtime::Current()->GetJit(); in DoInvokeVirtualQuick()
Dinterpreter_common.cc534 jit::Jit* jit = Runtime::Current()->GetJit(); in ArtInterpreterToCompiledCodeBridge()
Dinterpreter_switch_impl.cc116 jit::Jit* jit = Runtime::Current()->GetJit(); in ExecuteSwitchImpl()
Dinterpreter_goto_table_impl.cc197 jit::Jit* jit = Runtime::Current()->GetJit(); in ExecuteGotoImpl()
/art/compiler/optimizing/
Dinliner.cc230 Runtime::Current()->GetJit()->GetCodeCache()->NotifyCompilerUse(method, self)) { in ScopedProfilingInfoInlineUse()
237 Runtime::Current()->GetJit()->GetCodeCache()->DoneCompilerUse(method_, self_); in ~ScopedProfilingInfoInlineUse()
Doptimizing_compiler.cc968 Runtime::Current()->GetJit()->AddMemoryUsage(method, arena.BytesUsed()); in JitCompile()
/art/runtime/gc/
Dheap.cc2712 if ((gc_type == collector::kGcTypeFull) && (runtime->GetJit() != nullptr)) { in CollectGarbageInternal()
2713 runtime->GetJit()->GetCodeCache()->ClearGcRootsInInlineCaches(self); in CollectGarbageInternal()