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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp402 return HASH3(name(), high(temp), low(temp));
409 return HASH3(name(), high(temp), low(temp));
H A Dc1_Instruction.hpp223 #define HASH3(x1, x2, x3 ) ((HASH2(x1, x2 ) << 7) ^ HASH1(x3)) macro
224 #define HASH4(x1, x2, x3, x4) ((HASH3(x1, x2, x3) << 7) ^ HASH1(x4))
257 return (enabled) ? HASH3(name(), f1, f2) : 0; \

Completed in 1658 milliseconds