Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dnterp_stub.cc33 bool CanRuntimeUseNterp() { in CanRuntimeUseNterp() function
Dnterp.h33 bool CanRuntimeUseNterp();
Dnterp.cc39 bool CanRuntimeUseNterp() REQUIRES_SHARED(Locks::mutator_lock_) { in CanRuntimeUseNterp() function
/art/runtime/
Dclass_linker.cc258 if (interpreter::CanRuntimeUseNterp()) { in EnsureSkipAccessChecksMethods()
2202 if (interpreter::CanRuntimeUseNterp()) { in AddImageSpace()
3542 if (interpreter::CanRuntimeUseNterp() && interpreter::CanMethodUseNterp(method)) { in GetQuickOatCodeFor()
3670 interpreter::CanRuntimeUseNterp() && in FixupStaticTrampolines()