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

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp42 // _indices [ index | 00000 ] index = main_entry_index (secondary entries only)
298 int main_entry_index() const { assert(is_secondary_entry(), "must be secondary entry"); function in class:VALUE_OBJ_CLASS_SPEC
450 primary_index = entry_at(raw_index)->main_entry_index();
466 assert(e->main_entry_index() == e2->main_entry_index(), "");
471 if (cpc_index == e2->main_entry_index())

Completed in 38 milliseconds