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

/external/chromium_org/v8/test/cctest/
H A Dtest-accessors.cc240 int count_after = i::HandleScope::NumberOfHandles(isolate); local
241 CHECK_EQ(count_before, count_after);
H A Dtest-heap-profiler.cc1443 int count_after = i::HandleScope::NumberOfHandles(isolate); local
1444 CHECK_EQ(count_before, count_after);
/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);

Completed in 173 milliseconds