Searched refs:_strings (Results 1 - 11 of 11) 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/interpreter/
H A Dinterpreter.hpp51 DEBUG_ONLY(CodeStrings _strings;) // Comments for annotating assembler output.
56 CodeStrings& strings) { _size = size; DEBUG_ONLY(_strings.assign(strings);) }
H A Dinterpreter.cpp77 Disassembler::decode(code_begin(), code_end(), st, DEBUG_ONLY(_strings) NOT_DEBUG(CodeStrings()));
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp622 dest_blob->set_strings(_strings);
910 _strings.add_comment(offset, comment);
914 return _strings.add_string(str);
960 CodeString* a = _strings->first_comment();
981 CodeString* inspos = (_strings == NULL) ? NULL : find_last(offset);
989 c->set_next(_strings);
990 _strings = c;
995 _strings = other._strings;
999 if (_strings !
[all...]
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/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);
H A DcodeBlob.cpp188 _strings.free();
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp437 if ( oper._format->_strings.count() != 0 ) {
443 oper._format->_strings.reset();
444 while ( (string = oper._format->_strings.iter()) != NULL ) {
504 if ( oper._format->_strings.count() != 0 ) {
514 oper._format->_strings.reset();
515 while ( (string = oper._format->_strings.iter()) != NULL ) {
598 inst._format->_strings.reset();
599 while( (string = inst._format->_strings.iter()) != NULL ) {
628 inst._format->_strings.iter();
646 fputs(inst._format->_strings
[all...]
H A Dadlparse.cpp941 // Add flag to _strings list indicating we should check _rep_vars
2849 // Add flag to _strings list indicating we should check _rep_vars
3584 format->_strings.addName(_ptr);
3615 format->_strings.addName(start);
3627 // Add flag to _strings list indicating we should check _rep_vars
3628 format->_strings.addName(NameList::_signal);
3699 // Add flag to _strings list indicating we should check _rep_vars
3700 format->_strings.addName(NameList::_signal2);
3701 format->_strings.addName(start);
3721 format->_strings
[all...]
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
/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));

Completed in 79 milliseconds