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

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp292 const char *costStr = op->cost(); local
295 const char *cost = costStr? costStr : defaultCost;
327 const char *costStr = instr->cost(); local
330 const char *cost = costStr? costStr : defaultCost;

Completed in 30 milliseconds