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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DptrQueue.cpp57 _buf[byte_index_to_index((int)i)] = NULL;
67 static int byte_index_to_index(int ind) { function
86 _buf[byte_index_to_index((int)_index)] = ptr;
H A DptrQueue.hpp124 static int byte_index_to_index(int ind) { function in class:VALUE_OBJ_CLASS_SPEC

Completed in 31 milliseconds