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

  /art/runtime/
deoptimization_kind.h 30 kFullFrame,
31 kLast = kFullFrame
43 case DeoptimizationKind::kFullFrame: return "full frame";
  /art/runtime/entrypoints/quick/
quick_deoptimization_entrypoints.cc 66 artDeoptimizeImpl(self, DeoptimizationKind::kFullFrame, false);

Completed in 61 milliseconds