Home
last modified time | relevance | path

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

/aosp12/art/tools/tracefast-plugin/
H A Dtracefast.cc36 static constexpr bool kNeedsInterpreter = true; variable
39 static constexpr bool kNeedsInterpreter = false;
140 runtime->GetInstrumentation()->EnableMethodTracing(kTracerInstrumentationKey, kNeedsInterpreter); in StartTracing()