Home | History | Annotate | Download | only in runtime

Lines Matching defs:kind_

156   DeoptimizationRequest() : kind_(kNothing), instrumentation_event_(0), method_(nullptr) {}
160 : kind_(other.kind_), instrumentation_event_(other.instrumentation_event_) {
171 return kind_;
175 kind_ = kind;
187 Kind kind_;