Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Ddebug_frame_opcode_writer.h47 if (UNLIKELY(enabled_)) { in AdvancePC()
84 if (UNLIKELY(enabled_)) { in RelOffsetForMany()
98 if (UNLIKELY(enabled_)) { in RestoreMany()
110 if (UNLIKELY(enabled_)) { in Nop()
116 if (UNLIKELY(enabled_)) { in Offset()
138 if (UNLIKELY(enabled_)) { in Restore()
150 if (UNLIKELY(enabled_)) { in Undefined()
158 if (UNLIKELY(enabled_)) { in SameValue()
167 if (UNLIKELY(enabled_)) { in Register()
176 if (UNLIKELY(enabled_)) { in RememberState()
[all …]
/art/runtime/
Dprofiler_options.h45 enabled_(kDefaultEnabled), in ProfilerOptions()
66 enabled_(enabled), in ProfilerOptions()
78 return enabled_; in IsEnabled()
119 os << "enabled=" << po.enabled_
135 bool enabled_; variable
Druntime.cc1057 profiler_options.enabled_, in Init()
/art/compiler/dex/quick/
Dlazy_debug_frame_opcode_writer.cc24 if (!this->enabled_) { in Patch()
/art/cmdline/
Dcmdline_parser_test.cc33 return lhs.enabled_ == rhs.enabled_ && in operator ==()
450 opt.enabled_ = true; in TEST_F()
Dcmdline_types.h628 bool enabled_;
651 enabled_(false),
674 PRINT_TO_STREAM(enabled_);
759 existing.enabled_ = true;