Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dnterp_stub.cc37 bool CanMethodUseNterp(ArtMethod* method ATTRIBUTE_UNUSED) { in CanMethodUseNterp() function
Dnterp.h34 bool CanMethodUseNterp(ArtMethod* method);
Dnterp.cc49 bool CanMethodUseNterp(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in CanMethodUseNterp() function
/art/runtime/
Dclass_linker.cc234 interpreter::CanMethodUseNterp(method)) { in ChangeInterpreterBridgeToNterp()
3542 if (interpreter::CanRuntimeUseNterp() && interpreter::CanMethodUseNterp(method)) { in GetQuickOatCodeFor()
3671 interpreter::CanMethodUseNterp(method)) { in FixupStaticTrampolines()