Searched refs:JitAtFirstUse (Results 1 – 3 of 3) sorted by relevance
149 bool JitAtFirstUse();
370 bool Jit::JitAtFirstUse() { in JitAtFirstUse() function in art::jit::Jit709 if (UNLIKELY(runtime->UseJitCompilation() && runtime->GetJit()->JitAtFirstUse())) { in MethodEntered()
3102 DCHECK(runtime->UseJitCompilation() && runtime->GetJit()->JitAtFirstUse()); in ShouldUseInterpreterEntrypoint()