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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp749 int cur_bit = 15; local
750 #define INC_WEIGHT_IF(condition) if ((condition)) { weight |= (1 << cur_bit); } cur_bit--;
777 assert(cur_bit >= 0, "too many flags");

Completed in 30 milliseconds