src/share/vm/c1/c1_GraphBuilder.hpp

changeset 894
3a86a8dcf27c
parent 435
a61af66fc99e
child 905
ad8c8ca4ab0f
equal deleted inserted replaced
878:b5e603f2e024 894:3a86a8dcf27c
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 //

mercurial