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

/openjdk7/hotspot/src/share/vm/oops/
H A DklassOop.hpp100 jlong long_field_acquire(int offset) const;
H A Doop.hpp273 jlong long_field_acquire(int offset) const;
H A Doop.inline.hpp419 inline jlong oopDesc::long_field_acquire(int offset) const { return OrderAccess::load_acquire(long_field_addr(offset)); } function in class:oopDesc
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp535 SET_LOCALS_LONG(object->long_field_acquire(entry->f2_as_index()), 0);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp1792 SET_STACK_LONG(obj->long_field_acquire(field_offset), 0);

Completed in 59 milliseconds