Searched refs:lir_op_with_id (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp207 LIR_Op* lir_op_with_id(int op_id) const { assert(op_id >= 0 && op_id <= max_lir_op_id() && op_id % 2 == 0, "op_id out of range or not even"); return _lir_ops.at(op_id >> 1); } function in class:LinearScan
H A Dc1_LinearScan.cpp531 assert(lir_op_with_id(op_id) == op, "must match");
5695 // safety check that lir_op_with_id is allowed
5699 if (!is_move(allocator()->lir_op_with_id(begin_pos), register_hint, cur) || !is_move(allocator()->lir_op_with_id(end_pos), cur, register_hint)) {

Completed in 52 milliseconds