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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp52 const char* InstructionPrinter::cond_name(If::Condition cond) { function in class:InstructionPrinter
434 output()->print(" %s ", cond_name(x->cond()));
722 output()->print(" %s ", cond_name(x->cond()));

Completed in 1151 milliseconds