Searched defs:long_at (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DstackValueCollection.cpp49 jlong StackValueCollection::long_at(int slot) const { function in class:StackValueCollection
156 tty->print(" " INT64_FORMAT " (long)", long_at(index));
159 tty->print(" " PTR64_FORMAT " (longhex)", long_at(index));
/openjdk7/hotspot/src/share/vm/oops/
H A DtypeArrayOop.hpp142 jlong long_at(int which) const { return *long_at_addr(which); } function in class:typeArrayOopDesc
H A DconstantPoolOop.hpp394 jlong long_at(int which) { function in class:constantPoolOopDesc
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp56 bool is_nop() { return long_at(0) == nop_instruction(); }
57 bool is_call() { return is_op(long_at(0), Assembler::call_op); }
58 bool is_sethi() { return (is_op2(long_at(0), Assembler::sethi_op2)
59 && inv_rd(long_at(0)) != G0); }
65 int x = long_at(0);
71 int x = long_at(0);
82 int x = long_at(0);
91 int x = long_at(0);
96 int x = long_at(0);
103 int x = long_at(
163 int long_at(int offset) const { return *(int*)addr_at(offset); } function in class:VALUE_OBJ_CLASS_SPEC
[all...]

Completed in 274 milliseconds