Searched defs:flags_offset (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DjavaFrameAnchor_sparc.hpp40 static ByteSize flags_offset() { return byte_offset_of(JavaFrameAnchor, _flags); } function
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp342 static ByteSize flags_offset() { return byte_offset_of(ConstantPoolCacheEntry, _flags); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp2153 in_bytes(cp_base_offset + ConstantPoolCacheEntry::flags_offset())));
2183 const int flags_offset = in_bytes(constantPoolCacheOopDesc::base_offset() + local
2184 ConstantPoolCacheEntry::flags_offset());
2206 __ movl(flags, Address(cache, index, Address::times_ptr, flags_offset));
2424 ConstantPoolCacheEntry::flags_offset())));
2721 ConstantPoolCacheEntry::flags_offset())));
H A DtemplateTable_x86_64.cpp2209 ConstantPoolCacheEntry::flags_offset())));
2240 const int flags_offset = in_bytes(constantPoolCacheOopDesc::base_offset() + local
2241 ConstantPoolCacheEntry::flags_offset());
2263 __ movl(flags, Address(cache, index, Address::times_ptr, flags_offset));
2485 ConstantPoolCacheEntry::flags_offset())));
2759 ConstantPoolCacheEntry::flags_offset())));
2850 // ConstantPoolCacheEntry::flags_offset())));
2938 // ConstantPoolCacheEntry::flags_offset())));

Completed in 40 milliseconds