Searched refs:instrumentation_event_ (Results 1 – 1 of 1) sorted by relevance
188 DeoptimizationRequest() : kind_(kNothing), instrumentation_event_(0), method_(nullptr) {} in DeoptimizationRequest()192 : kind_(other.kind_), instrumentation_event_(other.instrumentation_event_) { in REQUIRES_SHARED()211 return instrumentation_event_; in InstrumentationEvent()215 instrumentation_event_ = instrumentation_event; in SetInstrumentationEvent()226 uint32_t instrumentation_event_; variable