Home
last modified time | relevance | path

Searched refs:code_creation (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/
Dtest-log.cc275 const char* code_creation = "\ncode-creation,"; // eq. to /^code-creation,/ in CheckThatProfilerWorks() local
276 CHECK_NE(NULL, matcher->Find(code_creation)); in CheckThatProfilerWorks()
315 CHECK_NE(NULL, matcher->Find(code_creation)); in CheckThatProfilerWorks()
891 const char* code_creation = "code-creation,"; in ParserCycle() local
900 if (Consume(code_creation, &start)) { in ParserCycle()