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

/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp56 static int offset_offset; member in class:java_lang_String
71 if (offset_offset > 0) {
72 string->int_field_put(offset_offset, offset);
97 return (offset_offset > 0);
119 assert(initialized && (offset_offset > 0), "Must be initialized");
120 return offset_offset;
136 if (offset_offset > 0) {
137 return java_string->int_field(offset_offset);
H A DjavaClasses.cpp155 int java_lang_String::offset_offset = 0; member in class:java_lang_String
166 compute_optional_offset(offset_offset, k, vmSymbols::offset_name(), vmSymbols::int_signature());
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp255 int offset_offset = java_lang_String::offset_offset_in_bytes(); // first character position local
258 __ ld(str0, offset_offset, tmp2);
272 int offset_offset = java_lang_String::offset_offset_in_bytes(); // first character position local
277 __ ld(str1, offset_offset, tmp2);
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp3779 int offset_offset = java_lang_String::offset_offset_in_bytes(); local
3782 const TypePtr* offset_field_type = string_type->add_offset(offset_offset);
3785 basic_plus_adr(str, str, offset_offset),
3821 int offset_offset = java_lang_String::offset_offset_in_bytes(); local
3824 const TypePtr* offset_field_type = string_type->add_offset(offset_offset);
3826 store_to_memory(ctrl, basic_plus_adr(str, offset_offset),

Completed in 75 milliseconds