Searched refs:main_entry_at (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp176 int cpi_old = _old_cp->cache()->main_entry_at(cpci_old)->constant_pool_index();
177 int cpi_new = _new_cp->cache()->main_entry_at(cpci_new)->constant_pool_index();
H A DjvmtiClassFileReconstituter.cpp738 mh->constants()->cache()->main_entry_at(cpci);
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp445 ConstantPoolCacheEntry* main_entry_at(int i) const { function in class:constantPoolCacheOopDesc
H A DconstantPoolOop.cpp328 int pool_index = cache()->main_entry_at(which)->constant_pool_index();
/openjdk7/hotspot/src/share/vm/interpreter/
H A DlinkResolver.cpp1244 int pool_index = pool->cache()->main_entry_at(index)->constant_pool_index();

Completed in 45 milliseconds