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

  /external/v8/test/cctest/
test-profile-generator.cc 334 : old_flag_prof_browser_mode_(i::FLAG_prof_browser_mode) {
335 i::FLAG_prof_browser_mode = false;
339 i::FLAG_prof_browser_mode = old_flag_prof_browser_mode_;
test-cpu-profiler.cc 108 : old_flag_prof_browser_mode_(i::FLAG_prof_browser_mode) {
109 i::FLAG_prof_browser_mode = false;
113 i::FLAG_prof_browser_mode = old_flag_prof_browser_mode_;
    [all...]
  /external/v8/src/profiler/
cpu-profiler.cc 462 if (!FLAG_prof_browser_mode) {
profile-generator.cc 659 if (FLAG_prof_browser_mode) {

Completed in 3180 milliseconds