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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp398 return HASH2(name(), type()->as_IntConstant()->value());
405 return HASH2(name(), jint_cast(type()->as_FloatConstant()->value()));
413 return HASH2(name(), type()->as_ObjectType()->constant_value());
H A Dc1_Instruction.hpp222 #define HASH2(x1, x2 ) ((HASH1(x1 ) << 7) ^ HASH1(x2)) macro
223 #define HASH3(x1, x2, x3 ) ((HASH2(x1, x2 ) << 7) ^ HASH1(x3))
244 return (enabled) ? HASH2(name(), f1) : 0; \

Completed in 37 milliseconds