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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.cpp243 intptr_t boundary_before_end = (intptr_t)end_ui; local
244 clear_bits(boundary_before_end, right_n_bits(LogN));
245 if (start_ui <= (uintptr_t)boundary_before_end) {
261 assert(boundary <= (HeapWord*)boundary_before_end, "tautology");
/openjdk7/hotspot/src/share/vm/memory/
H A DblockOffsetTable.cpp273 intptr_t boundary_before_end = (intptr_t)end_ui; local
274 clear_bits(boundary_before_end, right_n_bits(LogN));
275 if (start_ui <= (uintptr_t)boundary_before_end) {
291 assert(boundary <= (HeapWord*)boundary_before_end, "tautology");

Completed in 470 milliseconds