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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp519 virtual void other_values_do(ValueVisitor* f) { /* usually no other - override on demand */ } function in class:Instruction
520 void values_do(ValueVisitor* f) { input_values_do(f); state_values_do(f); other_values_do(f); }

Completed in 239 milliseconds