Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dinstrumentation_test.cc330 void EnableMethodTracing(Thread* self, const char* key, bool needs_interpreter) in EnableMethodTracing() argument
339 instrumentation->EnableMethodTracing(key, needs_interpreter); in EnableMethodTracing()
H A Dinstrumentation.cc1119 void Instrumentation::EnableMethodTracing(const char* key, bool needs_interpreter) { in EnableMethodTracing() argument
1121 if (needs_interpreter) { in EnableMethodTracing()
H A Dinstrumentation.h274 bool needs_interpreter = kDeoptimizeForAccurateMethodEntryExitListeners)