Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc771 InstrumentationLevel requested_level = InstrumentationLevel::kInstrumentNothing; in UpdateStubs() local
773 requested_level = std::max(requested_level, v.second); in UpdateStubs()
777 requested_level != InstrumentationLevel::kInstrumentWithInstrumentationStubs) in UpdateStubs()
779 << requested_level; in UpdateStubs()
781 interpret_only_ = (requested_level == InstrumentationLevel::kInstrumentWithInterpreter) || in UpdateStubs()
784 if (!RequiresInstrumentationInstallation(requested_level)) { in UpdateStubs()
792 if (requested_level > InstrumentationLevel::kInstrumentNothing) { in UpdateStubs()
793 if (requested_level == InstrumentationLevel::kInstrumentWithInterpreter) { in UpdateStubs()
797 CHECK_EQ(requested_level, InstrumentationLevel::kInstrumentWithInstrumentationStubs); in UpdateStubs()