Searched refs:constant_pool_index (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciCPCache.cpp60 return e->constant_pool_index();
H A DciEnv.cpp583 index = cpc_entry->constant_pool_index();
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.cpp177 return cpcache_entry()->constant_pool_index();
210 return _method->constants()->cache()->entry_at(index)->constant_pool_index();
H A DbytecodeTracer.cpp283 i = cache->entry_at(i)->constant_pool_index();
H A DlinkResolver.cpp1244 int pool_index = pool->cache()->main_entry_at(index)->constant_pool_index();
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.cpp43 assert(constant_pool_index() == index, "");
410 int holder_index = cpool->uncached_klass_ref_index_at(constant_pool_index());
637 st->print_cr("[%02x|%02x|%5d]", bytecode_2(), bytecode_1(), constant_pool_index());
H A DconstantPoolOop.cpp328 int pool_index = cache()->main_entry_at(which)->constant_pool_index();
368 int member_index = cache()->entry_at(cpc_index)->constant_pool_index();
487 if (!cpc_entry->is_secondary_entry() && cpc_entry->constant_pool_index() == index) {
508 index = cpc_entry->constant_pool_index();
H A DcpCacheOop.hpp41 // _indices [ b2 | b1 | index ] index = constant_pool_index (!= 0, normal entries only)
302 int constant_pool_index() const { return (primary_entry_indices() & main_cp_index_mask); } function in class:VALUE_OBJ_CLASS_SPEC
/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.cpp739 int i = entry->constant_pool_index();
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DConstantWriter.java242 String stringValue(int constant_pool_index) { argument
245 return stringValue(classFile.constant_pool.get(constant_pool_index));
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h171 unsigned constant_pool_index; member in struct:ConstantPoolValue
H A Dhprof_reference.c440 cpv.constant_pool_index = info->index;
H A Dhprof_io.c1605 heap_u2((unsigned short)(cpool[i].constant_pool_index));
1690 cpool[i].constant_pool_index, cpool[i].value.i);

Completed in 109 milliseconds