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

/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc588 char last_function_hit[80]; variable
621 last_function_hit[0] = '\0';
625 function_name->WriteUtf8(last_function_hit);
2146 CHECK_EQ(0, StrLength(last_function_hit));
2151 CHECK_EQ("f", last_function_hit);
2156 CHECK_EQ("g", last_function_hit);
2166 CHECK_EQ("h", last_function_hit);
2184 CHECK_EQ(0, StrLength(last_function_hit));
2194 CHECK_EQ(0, StrLength(last_function_hit));
6157 last_function_hit[
[all...]

Completed in 748 milliseconds