HomeSort by relevance Sort by last modified time
    Searched refs:IsForcedInterpretOnly (Results 1 - 5 of 5) sorted by null

  /art/runtime/
instrumentation.h 284 bool IsForcedInterpretOnly() const {
art_method.cc 356 if (kIsDebugBuild && runtime->GetInstrumentation()->IsForcedInterpretOnly()) {
    [all...]
runtime.cc     [all...]
instrumentation_test.cc 722 if (instr->IsForcedInterpretOnly()) { \
    [all...]
debugger.cc 593 return !Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly();
631 !runtime->GetInstrumentation()->IsForcedInterpretOnly() &&
    [all...]

Completed in 254 milliseconds