Searched refs:test_profiler_stop_position (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-log.cc140 const char* test_profiler_stop_position = local
142 CHECK_NE(NULL, test_profiler_stop_position);
143 CHECK_GT(test_profiler_stop_position, test_profiler_start_position);
147 CHECK_GT(test_profiler_start_2_position, test_profiler_stop_position);
155 CHECK_EQ(NULL, StrNStr(test_profiler_stop_position,
158 test_profiler_stop_position)));

Completed in 39 milliseconds