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

  /external/v8/src/profiler/
profiler-listener.cc 208 int deopt_count = deopt_input_data->DeoptCount(); local
209 for (int i = 0; i < deopt_count; i++) {
  /external/v8/src/
runtime-profiler.cc 254 if (shared->deopt_count() >= FLAG_max_opt_count) {
350 if (shared->deopt_count() >= FLAG_max_opt_count) {
objects-inl.h     [all...]
objects.cc 14221 int deopt_count = DeoptCount(); local
14222 os << "Deoptimization Input Data (deopt points = " << deopt_count << ")\\n"; local
    [all...]
objects.h     [all...]
  /external/v8/src/compiler/
code-generator.cc 555 int deopt_count = static_cast<int>(deoptimization_states_.size()); local
556 if (deopt_count == 0 && !info->is_osr()) return;
558 DeoptimizationInputData::New(isolate(), deopt_count, TENURED);
598 for (int i = 0; i < deopt_count; i++) {
    [all...]

Completed in 232 milliseconds