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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.hpp58 static const char* cond_name(If::Condition cond);
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 22 milliseconds