Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dnterp_stub.cc37 bool CanMethodUseNterp(ArtMethod* method ATTRIBUTE_UNUSED) { in CanMethodUseNterp() function
Dmterp.h47 bool CanMethodUseNterp(ArtMethod* method);
Dnterp.cc44 bool CanMethodUseNterp(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in CanMethodUseNterp() function