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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DptrQueue.cpp72 static int index_to_byte_index(int byte_ind) { argument
73 return byte_ind * oopSize;
H A DptrQueue.hpp129 static int index_to_byte_index(int byte_ind) { argument
130 return byte_ind * oopSize;

Completed in 48 milliseconds