Home
last modified time | relevance | path

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

/art/compiler/sea_ir/debug/
Ddot_gen.h42 art::SafeMap<int, const Type*>* types): graph_(), types_(types), options_(options) { } in DotGenerationVisitor()
94 const DotConversionOptions* const options_; variable
100 DotConversion(): options_() { } in DotConversion()
105 DotGenerationVisitor dgv = DotGenerationVisitor(&options_, types); in DumpSea()
117 DotConversionOptions options_;
Ddot_gen.cc66 if (options_->WillSaveUseEdges()) { in ToDotSSAEdges()
98 if (options_->WillSaveUseEdges()) { in ToDotSSAEdges()
/art/runtime/jdwp/
Djdwp_main.cc200 : options_(options), in JdwpState()
444 if (options_->server) { in Run()
459 if (!netState->Establish(options_)) { in Run()
528 if (!options_->server) { in Run()
Djdwp.h295 const JdwpOptions* options_;
Djdwp_event.cc674 if (options_->suspend) { in PostVMStart()
/art/runtime/
Ddebugger.h52 arg_count_(0), arg_values_(NULL), options_(0), error(JDWP::ERR_NONE), in DebugInvokeReq()
71 uint32_t options_; member
Ddebugger.cc2738 req->options_ = options; in InvokeMethod()
2827 if ((pReq->options_ & JDWP::INVOKE_NONVIRTUAL) == 0 && pReq->receiver_ != NULL) { in ExecuteMethod()