Searched refs:main_index (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.cpp46 void ConstantPoolCacheEntry::initialize_secondary_entry(int main_index) { argument
47 assert(0 <= main_index && main_index < 0x10000, "sanity check");
48 _indices = (main_index << main_cp_index_bits);
49 assert(main_entry_index() == main_index, "");
656 int main_index = (original_index - Rewriter::_secondary_entry_tag); local
657 assert(!entry_at(main_index)->is_secondary_entry(), "valid main index");
658 e->initialize_secondary_entry(main_index);
H A DcpCacheOop.hpp201 void initialize_secondary_entry(int main_index); // initialize secondary entry

Completed in 26 milliseconds