Searched defs:_strings (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/
H A DAttributesHolder.java50 protected String[] _strings; field in class:AttributesHolder
53 _strings = new String[DEFAULT_CAPACITY * ITEM_SIZE];
62 _strings[(index << 3) + PREFIX] : null;
67 _strings[(index << 3) + LOCAL_NAME] : null;
72 _strings[(index << 3) + QNAME] : null;
77 _strings[(index << 3) + TYPE] : null;
82 _strings[(index << 3) + URI] : null;
87 _strings[(index << 3) + VALUE] : null;
92 if (qName.equals(_strings[(i << 3) + QNAME])) {
101 return (i >= 0) ? _strings[
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp69 CodeStrings _strings; member in class:VALUE_OBJ_CLASS_SPEC
191 _strings.print_block_comment(stream, offset);
196 _strings.assign(strings);
/openjdk7/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp151 CodeStrings _strings; member in class:decode_env
239 _strings.assign(c);
361 _strings.print_block_comment(st, (intptr_t)(p - _start));
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp245 CodeString* _strings; member in class:VALUE_OBJ_CLASS_SPEC
254 _strings = NULL;
331 CodeStrings _strings; member in class:CodeBuffer
520 CodeStrings& strings() { return _strings; }
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp337 // There is an entry in _strings, perhaps NULL, that precedes each _rep_vars
1067 // There is an entry in _strings, perhaps NULL, that precedes each _rep_vars
1068 NameList _strings; // Strings passed through to tty->print member in class:InstructForm::FormatRule

Completed in 41 milliseconds