hotspot/src/share/vm/c1/c1_LIRGenerator.hpp
changeset 38177 b0c9cb06506b
parent 38060 954c9575f653
child 38241 32eab2eb41fd
equal deleted inserted replaced
38175:4e2bff1a5467 38177:b0c9cb06506b
   468 
   468 
   469   LIRGenerator(Compilation* compilation, ciMethod* method)
   469   LIRGenerator(Compilation* compilation, ciMethod* method)
   470     : _compilation(compilation)
   470     : _compilation(compilation)
   471     , _method(method)
   471     , _method(method)
   472     , _virtual_register_number(LIR_OprDesc::vreg_base)
   472     , _virtual_register_number(LIR_OprDesc::vreg_base)
   473     , _vreg_flags(NULL, 0, num_vreg_flags) {
   473     , _vreg_flags(num_vreg_flags) {
   474     init();
   474     init();
   475   }
   475   }
   476 
   476 
   477   // for virtual registers, maps them back to Phi's or Local's
   477   // for virtual registers, maps them back to Phi's or Local's
   478   Instruction* instruction_for_opr(LIR_Opr opr);
   478   Instruction* instruction_for_opr(LIR_Opr opr);