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

/external/v8/test/cctest/
H A Dtest-accessors.cc233 int count_after = i::HandleScope::NumberOfHandles(); local
234 CHECK_EQ(count_before, count_after);
H A Dtest-heap-profiler.cc1095 int count_after = i::HandleScope::NumberOfHandles(); local
1096 CHECK_EQ(count_before, count_after);
/external/chromium_org/v8/test/cctest/
H A Dtest-accessors.cc304 int count_after = i::HandleScope::NumberOfHandles(isolate); local
305 CHECK_EQ(count_before, count_after);
H A Dtest-heap-profiler.cc1497 int count_after = i::HandleScope::NumberOfHandles(isolate); local
1498 CHECK_EQ(count_before, count_after);

Completed in 161 milliseconds