Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h351 return instrumentation_level_ == InstrumentationLevel::kInstrumentWithEntryExitHooks || in EntryExitStubsInstalled()
352 instrumentation_level_ == InstrumentationLevel::kInstrumentWithInterpreter; in EntryExitStubsInstalled()
356 return instrumentation_level_ == InstrumentationLevel::kInstrumentWithInterpreter; in InterpreterStubsInstalled()
694 Instrumentation::InstrumentationLevel instrumentation_level_; variable
Dinstrumentation.cc112 instrumentation_level_(InstrumentationLevel::kInstrumentNothing), in Instrumentation()
443 CHECK_EQ(instrumentation_level_, InstrumentationLevel::kInstrumentNothing); in InstallStubsForMethod()
990 return instrumentation_level_; in GetCurrentInstrumentationLevel()
1009 instrumentation_level_ = requested_level; in UpdateInstrumentationLevel()