Searched refs:instrumentation_event_ (Results 1 – 1 of 1) sorted by relevance
178 DeoptimizationRequest() : kind_(kNothing), instrumentation_event_(0), method_(nullptr) {} in DeoptimizationRequest()182 : kind_(other.kind_), instrumentation_event_(other.instrumentation_event_) { in REQUIRES_SHARED()201 return instrumentation_event_; in InstrumentationEvent()205 instrumentation_event_ = instrumentation_event; in SetInstrumentationEvent()216 uint32_t instrumentation_event_; variable