Searched refs:left_inst (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.cpp647 PeepConstraint::PeepConstraint(int left_inst, char* left_op, char* relation, argument
649 : _left_inst(left_inst), _left_op(left_op), _relation(relation),
H A Dformsopt.hpp489 PeepConstraint(int left_inst, char* left_op, char* relation,
H A Dadlparse.cpp2574 int left_inst = get_int(); local
2607 PeepConstraint *constraint = new PeepConstraint( left_inst, left_op,

Completed in 46 milliseconds