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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp242 #define HASHING1(class_name, enabled, f1) \ macro
461 virtual Instruction* as_Instruction() { return this; } // to satisfy HASHING1 macro
527 HASHING1(Instruction, false, id()) // hashing disabled by default
837 HASHING1(ArrayLength, true, array()->subst())
1109 HASHING1(NullCheck, true, obj()->subst())

Completed in 36 milliseconds