Searched refs:_offset (Results 26 - 44 of 44) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp2226 _scale(0), _offset(0), _invar(NULL), _negate_invar(false) {
2259 _scale(0), _offset(0), _invar(NULL), _negate_invar(false) {}
2322 // Need to preserve the current _offset value, so
2330 _offset += tmp._offset * mult;
2345 _offset += negate ? -(n->get_int()) : n->get_int();
2353 _offset += negate ? -off : loff;
2363 _offset += negate ? -(n->in(2)->get_int()) : n->in(2)->get_int();
2366 _offset += negate ? -(n->in(1)->get_int()) : n->in(1)->get_int();
2376 _offset
[all...]
H A Dtype.hpp663 TypePtr( TYPES t, PTR ptr, int offset ) : Type(t), _ptr(ptr), _offset(offset) {}
671 const int _offset; // Offset into oop, with TOP & BOT
674 const int offset() const { return _offset; }
817 bool is_known_instance_field() const { return is_known_instance() && _offset >= 0; }
H A Dlcm.cpp228 if( offset == Type::OffsetBot || tptr->_offset == Type::OffsetBot )
230 offset += tptr->_offset; // correct if base is offseted
H A DbuildOopMap.cpp279 if( t->is_ptr()->_offset == 0 ) { // Not derived?
H A Dchaitin.cpp1538 derived->bottom_type()->make_ptr()->is_ptr()->_offset == 0, "sanity");
1541 if( tj == NULL || tj->_offset == 0 ) {
1695 derived->bottom_type()->make_ptr()->is_ptr()->_offset == 0, "sanity");
1697 if( tj && tj->_offset != 0 && tj->isa_oop_ptr() ) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/stax/
H A DStreamReaderBufferProcessor.java620 private final int _offset; field in class:StreamReaderBufferProcessor.CharSequenceImpl
624 _offset = offset;
646 return new CharSequenceImpl(_offset + start, length);
650 return new String(_characters, _offset, _length);
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp945 jint _offset; // byte offset to apply to the oop itself member in class:oop_Relocation
948 _oop_index = oop_index; _offset = offset;
956 int offset() { return _offset; }
H A DrelocInfo.cpp572 p = pack_2_ints_to(p, _oop_index, _offset);
578 unpack_2_ints(_oop_index, _offset);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp704 int _offset;
714 , _offset(offset)
728 int offset() const { return _offset; }
2230 Value _offset; // Offset within object
2234 : UnsafeOp(basic_type, is_put), _object(object), _offset(offset), _is_volatile(is_volatile)
2240 Value offset() { return _offset; }
2245 f->visit(&_offset); }
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp378 blk_ofs_t offset() const { return _offset; }
379 void set_offset(size_t val) { _offset = (blk_ofs_t)val; }
382 blk_ofs_t _offset; member in class:ParallelCompactData::BlockData
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp687 values.describe(frame_no, fp() + frame::name##_offset, #name)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java382 _charactersOffset = _characterContentChunkTable._offset[index];
393 _charactersOffset = _characterContentChunkTable._offset[index];
406 _charactersOffset = _characterContentChunkTable._offset[index];
419 _charactersOffset = _characterContentChunkTable._offset[index];
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLStreamReaderImpl.java878 int _offset = fEntityScanner.getCharacterOffset();
886 return _offset;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.cpp826 values.describe(frame_no, fp() + frame::name##_offset, #name)
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp595 static ByteSize tlab_##name##_offset() { return byte_offset_of(Thread, _tlab) + ThreadLocalAllocBuffer::name##_offset(); }
H A DvmStructs.cpp443 nonstatic_field(JNIid, _offset, int) \
1049 nonstatic_field(ciField, _offset, int) \
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp67 klass::_##name##_offset = JavaClasses::compute_injected_offset(JavaClasses::klass##_##name##_enum);
3121 valid &= check_offset(klass_name, cpp_klass_name :: field_name ## _offset, #field_name, field_sig)
3124 valid &= check_offset(klass_name, cpp_klass_name :: long_ ## field_name ## _offset, #field_name, field_sig)
3127 valid &= check_static_offset(klass_name, cpp_klass_name :: static_ ## field_name ## _offset, #field_name, field_sig)
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp755 static jlong _offset = 116444736000000000; variable
781 assert(_calculated_offset == _offset, "Calculated and constant time offsets must be equal");
786 return _offset;
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp2490 _offset = offset;

Completed in 169 milliseconds

12