Searched refs:CanRuntimeUseNterp (Results 1 – 5 of 5) sorted by relevance
35 bool CanRuntimeUseNterp();
53 bool CanRuntimeUseNterp() REQUIRES_SHARED(Locks::mutator_lock_) { in CanRuntimeUseNterp() function
742 can_use_nterp_(interpreter::CanRuntimeUseNterp()) {} in UpdateMethodsPreFirstForkVisitor()1918 if (interpreter::CanRuntimeUseNterp()) { in Init()
316 return interpreter::CanRuntimeUseNterp() && in CanUseNterp()
224 if (interpreter::CanRuntimeUseNterp()) { in UpdateClassAfterVerification()2300 bool can_use_nterp = interpreter::CanRuntimeUseNterp(); in AddImageSpace()