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

  /external/v8/src/profiler/
cpu-profiler-inl.h 40 deopt_frames, deopt_frames + deopt_frame_count);
profiler-listener.cc 262 rec->deopt_frame_count = 0;
287 int deopt_frame_count = 0; local
293 deopt_frames[deopt_frame_count++] = {script_id, offset};
296 rec->deopt_frame_count = deopt_frame_count;
cpu-profiler.h 90 int deopt_frame_count; member in class:v8::internal::CodeDeoptEventRecord

Completed in 46 milliseconds