OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gc_ends
(Results
1 - 1
of
1
) sorted by null
/external/v8/test/cctest/
test-mark-compact.cc
272
static int
gc_ends
= 0;
variable
275
CHECK(gc_starts ==
gc_ends
);
281
CHECK(gc_starts ==
gc_ends
+ 1);
282
gc_ends
++;
296
CHECK_EQ(
gc_ends
, gc_starts);
300
CHECK_EQ(
gc_ends
, gc_starts);
Completed in 51 milliseconds