Searched refs:heapOopSize (Results 1 - 20 of 20) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DJVMDebugger.java45 public void putHeapConst(long heapOopSize, long narrowOopBase, int narrowOopShift); argument
H A DDebuggerBase.java58 protected long heapOopSize; field in class:DebuggerBase
162 public void putHeapConst(long heapOopSize, long narrowOopBase, int narrowOopShift) { argument
163 this.heapOopSize = heapOopSize;
545 return heapOopSize;
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceOop.hpp48 (offset-base_in_bytes) < nonstatic_field_size * heapOopSize);
H A DobjArrayOop.hpp48 const int OopsPerHeapWord = HeapWordSize/heapOopSize;
49 assert(OopsPerHeapWord >= 1 && (HeapWordSize % heapOopSize == 0),
58 const int HeapWordsPerOop = heapOopSize/HeapWordSize;
H A DinstanceRefKlass.cpp470 java_lang_ref_Reference::referent_offset)/heapOopSize) + 1);
H A DobjArrayKlass.cpp155 const size_t pd = pointer_delta(p, dst, (size_t)heapOopSize);
H A DinstanceKlassKlass.cpp580 st->print("%d-%d ", map->offset(), map->offset() + heapOopSize*(map->count() - 1));
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp34 int heapOopSize = 0; variable
163 heapOopSize = jintSize;
169 heapOopSize = oopSize;
175 _type2aelembytes[T_OBJECT] = heapOopSize;
176 _type2aelembytes[T_ARRAY] = heapOopSize;
H A DglobalDefinitions.hpp82 extern int heapOopSize; // Oop within a java object
/openjdk7/hotspot/src/share/vm/memory/
H A DbarrierSet.inline.hpp54 HeapWord* end = (HeapWord*)((char*)start + (count*heapOopSize));
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp3283 (fac.count[STATIC_OOP] * heapOopSize);
3302 nonstatic_field_size * heapOopSize;
3334 (nonstatic_oop_count * heapOopSize);
3345 nonstatic_byte_count ), heapOopSize );
3347 ((next_nonstatic_type_offset - first_nonstatic_field_offset)/heapOopSize);
3385 (nonstatic_oop_count * heapOopSize);
3396 int next_offset = last_map->offset() + (last_map->count() * heapOopSize);
3401 (nonstatic_oop_count * heapOopSize);
3450 if( length >= heapOopSize && nonstatic_oop_count > 0 &&
3454 length -= heapOopSize;
[all...]
H A DjavaClasses.cpp2942 const int x = heapOopSize;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java104 private int heapOopSize; field in class:VM
346 heapOopSize = (int)getIntSize();
348 heapOopSize = (int)getOopSize();
525 return heapOopSize;
/openjdk7/hotspot/src/share/vm/ci/
H A DciInstanceKlass.cpp433 int fsize = nonstatic_field_size() * heapOopSize;
438 int super_fsize = super->nonstatic_field_size() * heapOopSize;
/openjdk7/hotspot/src/share/vm/prims/
H A Dwhitebox.cpp54 return heapOopSize;
H A DjvmtiTagMap.cpp2859 address end = start + (java_lang_Class::static_oop_field_count(mirror) * heapOopSize);
H A Dunsafe.cpp806 scale = heapOopSize;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteDebuggerClient.java102 heapOopSize = remoteDebugger.getHeapOopSize();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp3253 delayed()->add(scan_temp, heapOopSize, scan_temp);
3254 assert(heapOopSize != 0, "heapOopSize should be initialized");
3258 elem_offset -= heapOopSize; // the scan pointer was pre-incremented also
H A DstubGenerator_sparc.cpp2801 __ inc(O5_offset, heapOopSize); // step to next offset

Completed in 159 milliseconds