Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h158 DeoptimizationRequest() : kind_(kNothing), instrumentation_event_(0), method_(nullptr) {} in DeoptimizationRequest()
162 : kind_(other.kind_), instrumentation_event_(other.instrumentation_event_) { in SHARED_LOCKS_REQUIRED()
181 return instrumentation_event_; in InstrumentationEvent()
185 instrumentation_event_ = instrumentation_event; in SetInstrumentationEvent()
196 uint32_t instrumentation_event_; variable