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

/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.hpp526 DEBUG_ONLY(int second_part = build_int_from_shorts(operands->short_at(0),
528 assert(second_part == 0 || n+2 <= second_part, "oob (2)");
532 assert(offset == 0 || offset >= second_part && offset <= operands->length(), "oob (3)");
543 int second_part = operand_offset_at(operands, 0); local
544 return (second_part / 2);

Completed in 244 milliseconds