Searched defs:obj_start (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.cpp569 G1BlockOffsetArray::verify_for_object(HeapWord* obj_start, argument
571 size_t first_card = _array->index_for(obj_start);
572 size_t last_card = _array->index_for(obj_start + word_size - 1);
573 if (!_array->is_card_boundary(obj_start)) {
582 if (block_start != obj_start) {
590 obj_start, word_size, first_card, last_card);

Completed in 32 milliseconds