Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.h132 bool UseFastInterpreterToInterpreterInvoke(ArtMethod* method)
300 use_fast_path = called_method->UseFastInterpreterToInterpreterInvoke(); in DoInvoke()
302 use_fast_path = UseFastInterpreterToInterpreterInvoke(called_method); in DoInvoke()
H A Dinterpreter_common.cc70 bool UseFastInterpreterToInterpreterInvoke(ArtMethod* method) { in UseFastInterpreterToInterpreterInvoke() function
/aosp12/art/runtime/
H A Dart_method.h329 bool UseFastInterpreterToInterpreterInvoke() const { in UseFastInterpreterToInterpreterInvoke() function