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

/openjdk7/hotspot/src/share/vm/ci/
H A DciCPCache.cpp37 ByteSize f1_offset = local
39 ConstantPoolCacheEntry::f1_offset();
41 return in_bytes(f1_offset);
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp340 static ByteSize f1_offset() { return byte_offset_of(ConstantPoolCacheEntry, _f1); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp2098 __ movptr(result, Address(Rcache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f1_offset()));
2133 __ movptr(result, Address(Rcache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f1_offset()));
2158 in_bytes(cp_base_offset + ConstantPoolCacheEntry::f1_offset())));
2182 : ConstantPoolCacheEntry::f1_offset()));
H A DtemplateTable_x86_64.cpp2140 __ movptr(result, Address(Rcache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f1_offset()));
2188 __ movptr(result, Address(Rcache, index, Address::times_ptr, constantPoolCacheOopDesc::base_offset() + ConstantPoolCacheEntry::f1_offset()));
2215 ConstantPoolCacheEntry::f1_offset())));
2239 : ConstantPoolCacheEntry::f1_offset()));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp2112 ConstantPoolCacheEntry::f1_offset(), result);
2149 ConstantPoolCacheEntry::f1_offset(), result);
2171 : ConstantPoolCacheEntry::f1_offset()
2218 __ ld_ptr(Rcache, cp_base_offset + ConstantPoolCacheEntry::f1_offset(), Robj);

Completed in 108 milliseconds