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

  /external/v8/test/cctest/
test-cpu-profiler.cc 64 : old_flag_prof_browser_mode_(i::FLAG_prof_browser_mode) {
65 i::FLAG_prof_browser_mode = false;
69 i::FLAG_prof_browser_mode = old_flag_prof_browser_mode_;
test-profile-generator.cc 568 : old_flag_prof_browser_mode_(i::FLAG_prof_browser_mode) {
569 i::FLAG_prof_browser_mode = false;
573 i::FLAG_prof_browser_mode = old_flag_prof_browser_mode_;

Completed in 34 milliseconds