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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CardCounts.cpp71 _ct_bot = _ct_bs->byte_for_const(_g1h->reserved_region().start());
185 const jbyte* from_card_ptr = _ct_bs->byte_for_const(bottom);
186 const jbyte* last_card_ptr = _ct_bs->byte_for_const(last);
H A DheapRegion.cpp148 jbyte cv_obj = *_bs->byte_for_const(_containing_obj);
149 jbyte cv_field = *_bs->byte_for_const(p);
/openjdk7/hotspot/src/share/vm/memory/
H A DcardTableModRefBS.hpp442 const jbyte* byte_for_const(const void* p) const { function in class:CardTableModRefBS

Completed in 26 milliseconds