Searched refs:G1BlockOffsetTable (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.inline.hpp31 inline HeapWord* G1BlockOffsetTable::block_start(const void* addr) {
40 G1BlockOffsetTable::block_start_const(const void* addr) const {
H A Dg1BlockOffsetTable.hpp43 // G1BlockOffsetTable (abstract)
58 class G1BlockOffsetTable VALUE_OBJ_CLASS_SPEC {
70 G1BlockOffsetTable(HeapWord* bottom, HeapWord* end) : function in class:VALUE_OBJ_CLASS_SPEC
109 // This implementation of "G1BlockOffsetTable" divides the covered region
237 // G1BlockOffsetTable(s) to initialize cards.
259 // And here is the G1BlockOffsetTable subtype that uses the array.
261 class G1BlockOffsetArray: public G1BlockOffsetTable {
H A Dg1BlockOffsetTable.cpp106 G1BlockOffsetTable(mr.start(), mr.end()),

Completed in 32 milliseconds