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

  /art/runtime/interpreter/
interpreter.cc 518 DeoptimizationMethodType deopt_method_type)
545 if (deopt_method_type == DeoptimizationMethodType::kKeepDexPc ||
561 DCHECK(deopt_method_type == DeoptimizationMethodType::kDefault);
569 DCHECK(deopt_method_type == DeoptimizationMethodType::kDefault);
587 DCHECK(deopt_method_type == DeoptimizationMethodType::kDefault);
619 deopt_method_type = DeoptimizationMethodType::kDefault;
  /art/runtime/
instrumentation.cc 1542 DeoptimizationMethodType deopt_method_type = GetDeoptimizationMethodType(method); local
    [all...]

Completed in 688 milliseconds