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

/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.hpp109 inline short short_at(int bci) const { return (short)Bytes::get_Java_u2(&code_array()[bci]); } function in class:Relocator
H A Drelocator.cpp282 int bci_delta = (is_short) ? short_at(offset) : int_at(offset);
676 assert (short_at(bci+1) != ilen+goto_length, "if relocation already handled");
H A Dreflection.cpp233 value->s = typeArrayOop(a)->short_at(index);
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.hpp526 DEBUG_ONLY(int second_part = build_int_from_shorts(operands->short_at(0),
527 operands->short_at(1)));
529 int offset = build_int_from_shorts(operands->short_at(n+0),
530 operands->short_at(n+1));
571 return operands()->short_at(op_base + _indy_bsm_offset);
576 int argc = operands()->short_at(op_base + _indy_argc_offset);
584 DEBUG_ONLY(int argc = operands()->short_at(op_base + _indy_argc_offset));
586 return operands()->short_at(op_base + _indy_argv_offset + j);
H A DfieldStreams.hpp152 int index = _fields->short_at(_generic_signature_slot);
194 return _fields->short_at(_generic_signature_slot);
H A DtypeArrayOop.hpp136 jshort short_at(int which) const { return *short_at_addr(which); } function in class:typeArrayOopDesc

Completed in 41 milliseconds