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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp3038 NOT_PRODUCT(print_lir(1, "Before Register Allocation"));
3063 NOT_PRODUCT(print_lir(2, "LIR after register allocation:"));
3073 NOT_PRODUCT(print_lir(2, "LIR after assignment of register numbers:"));
3080 NOT_PRODUCT(print_lir(2, "LIR after FPU stack allocation:"));
3092 NOT_PRODUCT(print_lir(1, "Before Code Generation", false));
3147 void LinearScan::print_lir(int level, const char* label, bool hir_valid) { function in class:LinearScan

Completed in 435 milliseconds