Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h127 bool UseFastInterpreterToInterpreterInvoke(ArtMethod* method)
223 use_fast_path = called_method->UseFastInterpreterToInterpreterInvoke(); in DoInvoke()
225 use_fast_path = UseFastInterpreterToInterpreterInvoke(called_method); in DoInvoke()
Dinterpreter_common.cc69 bool UseFastInterpreterToInterpreterInvoke(ArtMethod* method) { in UseFastInterpreterToInterpreterInvoke() function
/art/runtime/
Dart_method.h289 bool UseFastInterpreterToInterpreterInvoke() { in UseFastInterpreterToInterpreterInvoke() function