Home
last modified time | relevance | path

Searched refs:CanRuntimeUseNterp (Results 1 – 5 of 5) sorted by relevance

/art/runtime/interpreter/mterp/
Dnterp.h35 bool CanRuntimeUseNterp();
Dnterp.cc53 bool CanRuntimeUseNterp() REQUIRES_SHARED(Locks::mutator_lock_) { in CanRuntimeUseNterp() function
/art/runtime/
Druntime.cc742 can_use_nterp_(interpreter::CanRuntimeUseNterp()) {} in UpdateMethodsPreFirstForkVisitor()
1918 if (interpreter::CanRuntimeUseNterp()) { in Init()
Dinstrumentation.cc316 return interpreter::CanRuntimeUseNterp() && in CanUseNterp()
Dclass_linker.cc224 if (interpreter::CanRuntimeUseNterp()) { in UpdateClassAfterVerification()
2300 bool can_use_nterp = interpreter::CanRuntimeUseNterp(); in AddImageSpace()