HomeSort by relevance Sort by last modified time
    Searched full:deopt_count (Results 1 - 5 of 5) 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.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 104 milliseconds