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

/openjdk7/hotspot/src/share/vm/ci/
H A DciCPCache.cpp59 e = entry_at(e->main_entry_index());
/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())
H A DcpCacheOop.cpp49 assert(main_entry_index() == main_index, "");
68 assert(!is_secondary_entry(), "must not overwrite main_entry_index");
79 assert(!is_secondary_entry(), "must not overwrite main_entry_index");
635 st->print_cr("[%5d|secondary]", main_entry_index());
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp244 i = cache->entry_at(i)->main_entry_index() + constantPoolOopDesc::CPCACHE_INDEX_TAG;

Completed in 35 milliseconds