HomeSort by relevance Sort by last modified time
    Searched refs:kNothing (Results 1 - 3 of 3) sorted by null

  /art/runtime/
debugger.h 149 kNothing, // no action.
158 DeoptimizationRequest() : kind_(kNothing), instrumentation_event_(0), method_(nullptr) {}
    [all...]
debugger.cc 192 CHECK(deoptimization_kind_ == DeoptimizationRequest::kNothing ||
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 219 CHECK_EQ(req.GetKind(), DeoptimizationRequest::kNothing);
294 CHECK_EQ(req.GetKind(), DeoptimizationRequest::kNothing);
    [all...]

Completed in 55 milliseconds