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

  /art/runtime/
instrumentation_test.cc 185 void CheckConfigureStubs(const char* key, Instrumentation::InstrumentationLevel level) {
196 Instrumentation::InstrumentationLevel GetCurrentInstrumentationLevel() {
648 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing,
656 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentWithInterpreter,
663 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing,
670 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing,
684 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentWithInterpreter,
690 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing,
703 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs,
709 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing
    [all...]
instrumentation.cc 587 Instrumentation::InstrumentationLevel Instrumentation::GetCurrentInstrumentationLevel() const {
589 return InstrumentationLevel::kInstrumentWithInterpreter;
591 return InstrumentationLevel::kInstrumentWithInstrumentationStubs;
593 return InstrumentationLevel::kInstrumentNothing;
597 bool Instrumentation::RequiresInstrumentationInstallation(InstrumentationLevel new_level) const {
602 void Instrumentation::ConfigureStubs(const char* key, InstrumentationLevel desired_level) {
604 if (desired_level == InstrumentationLevel::kInstrumentNothing) {
613 InstrumentationLevel requested_level = InstrumentationLevel::kInstrumentNothing;
618 interpret_only_ = (requested_level == InstrumentationLevel::kInstrumentWithInterpreter) |
    [all...]
instrumentation.h 166 enum class InstrumentationLevel {
474 InstrumentationLevel GetCurrentInstrumentationLevel() const;
479 bool RequiresInstrumentationInstallation(InstrumentationLevel new_level) const;
486 void ConfigureStubs(const char* key, InstrumentationLevel desired_instrumentation_level)
610 typedef SafeMap<const char*, InstrumentationLevel> InstrumentationLevelTable;
657 std::ostream& operator<<(std::ostream& os, const Instrumentation::InstrumentationLevel& rhs);
  /art/test/common/
runtime_state.cc 44 instrumentation::Instrumentation::InstrumentationLevel::kInstrumentWithInterpreter;
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 226 milliseconds