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