Searched defs:options_ (Results 1 - 3 of 3) sorted by relevance

/art/runtime/jdwp/
H A Djdwp.h353 const JdwpOptions* options_; member in struct:art::JDWP::JdwpState
/art/runtime/
H A Dprofiler.h184 const ProfilerOptions& GetProfilerOptions() const { return options_; }
219 const ProfilerOptions& options_; member in class:art::BackgroundMethodSamplingProfiler
/art/oatdump/
H A Doatdump.cc332 options_(options),
336 new DisassemblerOptions(options_.absolute_addresses_,
340 CHECK(options_.class_loader_ != nullptr);
341 CHECK(options_.class_filter_ != nullptr);
342 CHECK(options_.method_filter_ != nullptr);
384 if (oat_header.offset() != 0 && options_.absolute_addresses_) { \
430 if (options_.absolute_addresses_) {
444 if (options_.addr2instr_ != 0) {
445 resolved_addr2instr_ = options_.addr2instr_ + oat_header.GetExecutableOffset();
450 if (!options_
1261 const OatDumperOptions& options_; member in class:art::OatDumper
[all...]

Completed in 78 milliseconds