Searched refs:JitAtFirstUse (Results 1 – 4 of 4) sorted by relevance
269 bool JitAtFirstUse();
341 bool Jit::JitAtFirstUse() { in JitAtFirstUse() function in art::jit::Jit935 if (UNLIKELY(runtime->UseJitCompilation() && runtime->GetJit()->JitAtFirstUse())) { in MethodEntered()
161 (runtime->GetJit() == nullptr || !runtime->GetJit()->JitAtFirstUse()); in CanUseMterp()
3402 DCHECK(runtime->UseJitCompilation() && runtime->GetJit()->JitAtFirstUse()); in ShouldUseInterpreterEntrypoint()