hotspot/src/share/vm/c1/c1_GraphBuilder.hpp
changeset 1612 2488b45ded37
parent 1 489c9b5090e2
child 1623 a0dd9009e992
equal deleted inserted replaced
1562:c7dd0b46dfda 1612:2488b45ded37
   281   BlockEnd* iterate_bytecodes_for_block(int bci);
   281   BlockEnd* iterate_bytecodes_for_block(int bci);
   282   void iterate_all_blocks(bool start_in_current_block_for_inlining = false);
   282   void iterate_all_blocks(bool start_in_current_block_for_inlining = false);
   283   Dependencies* dependency_recorder() const; // = compilation()->dependencies()
   283   Dependencies* dependency_recorder() const; // = compilation()->dependencies()
   284   bool direct_compare(ciKlass* k);
   284   bool direct_compare(ciKlass* k);
   285 
   285 
   286   void kill_field(ciField* field);
       
   287   void kill_array(Value value);
       
   288   void kill_all();
   286   void kill_all();
   289 
   287 
   290   ValueStack* lock_stack();
   288   ValueStack* lock_stack();
   291 
   289 
   292   //
   290   //