Searched refs:short_field_acquire (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DklassOop.hpp97 jshort short_field_acquire(int offset) const;
H A Doop.hpp270 jshort short_field_acquire(int offset) const;
H A Doop.inline.hpp416 inline jshort oopDesc::short_field_acquire(int offset) const { return (jshort)OrderAccess::load_acquire(short_field_addr(offset)); } function in class:oopDesc
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp527 SET_LOCALS_INT(object->short_field_acquire(entry->f2_as_index()), 0);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp1799 SET_STACK_INT(obj->short_field_acquire(field_offset), -1);

Completed in 2443 milliseconds