Searched defs:live_only (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp888 void BlockBegin::print_block(InstructionPrinter& ip, bool live_only) { argument
927 void BlockList::print(bool cfg_only, bool live_only) { argument
H A Dc1_IR.cpp1238 void IR::print(BlockBegin* start, bool cfg_only, bool live_only) { argument
1246 void IR::print(bool cfg_only, bool live_only) { argument
1248 print(start(), cfg_only, live_only); local

Completed in 94 milliseconds