Searched refs:GetIgnoreBit (Results 1 – 2 of 2) sorted by relevance
438 if (UNLIKELY(fast_state.GetIgnoreBit())) in MemoryAccess()458 if (UNLIKELY(fast_state.GetIgnoreBit())) in MemoryAccess16()495 if (UNLIKELY(fast_state.GetIgnoreBit())) in UnalignedMemoryAccess()711 if (UNLIKELY(fast_state.GetIgnoreBit())) in MemoryAccessRangeT()
38 bool GetIgnoreBit() const { return part_.ignore_accesses_; } in GetIgnoreBit() function