Searched refs:hint_foldcase_ (Results 1 – 2 of 2) sorted by relevance
89 int foldcase() { DCHECK_EQ(opcode(), kInstByteRange); return hint_foldcase_&1; } in foldcase()90 int hint() { DCHECK_EQ(opcode(), kInstByteRange); return hint_foldcase_>>1; } in hint()151 uint16_t hint_foldcase_; // 15 bits: hint, 1 (low) bit: foldcase member
43 hint_foldcase_ = foldcase&1; in InitByteRange()914 ip->hint_foldcase_ |= hint<<1; in ComputeHints()