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

/openjdk9/hotspot/src/share/vm/utilities/
H A DbitMap.hpp73 static idx_t word_index(idx_t bit) { return bit >> LogBitsPerWord; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/share/vm/interpreter/
H A DoopMapCache.cpp199 int word_index = 0; local
341 int word_index = 0; local
/openjdk9/hotspot/src/share/vm/opto/
H A DindexSet.hpp127 uint word_index = IndexSet::get_word_index(element); local
134 uint word_index = IndexSet::get_word_index(element); local
144 uint word_index = IndexSet::get_word_index(element); local

Completed in 42 milliseconds