Searched refs:int_at_addr (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.hpp157 jint* int_at_addr(int which) const { function in class:constantPoolOopDesc
226 *int_at_addr(which) = name_index;
237 *int_at_addr(which) = ((jint) ref_index<<16) | ref_kind;
242 *int_at_addr(which) = ref_index;
247 *int_at_addr(which) = ((jint) name_and_type_index<<16) | bootstrap_specifier_index;
258 *int_at_addr(which) = i;
318 *int_at_addr(which) = string_index;
323 *int_at_addr(which) = ((jint) name_and_type_index<<16) | class_index;
328 *int_at_addr(which) = ((jint) name_and_type_index<<16) | class_index;
333 *int_at_addr(whic
[all...]
H A DtypeArrayOop.hpp94 jint* int_at_addr(int which) const { function in class:typeArrayOopDesc
133 jint int_at(int which) const { return *int_at_addr(which); }
134 void int_at_put(int which, jint contents) { *int_at_addr(which) = contents; }
H A DconstantPoolOop.cpp344 jint ref_index = *int_at_addr(i);
358 jint ref_index = *int_at_addr(i);
770 int i = *int_at_addr(index);
1742 idx1 = extract_low_short_from_int(*int_at_addr(idx));
1743 idx2 = extract_high_short_from_int(*int_at_addr(idx));
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.hpp196 jint int_at(int offset) const { return *int_at_addr(offset); }
197 void int_at_put(int offset, jint value) { *int_at_addr(offset) = value; }
204 jint* int_at_addr(int offset) const { return (jint*) addr_at(offset); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp437 jint *j_dims = typeArrayOop(dims)->int_at_addr(0);
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp1053 writer->write_raw((void*)(array->int_at_addr(0)), length_in_bytes);

Completed in 56 milliseconds