Searched refs:GetIgnoreBit (Results 1 – 5 of 5) sorted by relevance
39 CHECK_EQ(fs.GetIgnoreBit(), false); in TEST()41 CHECK_EQ(fs.GetIgnoreBit(), true); in TEST()43 CHECK_EQ(fs.GetIgnoreBit(), false); in TEST()
30 DCHECK_EQ(GetIgnoreBit(), false); in FastState()61 bool GetIgnoreBit() const { return (s64)x_ < 0; } in GetIgnoreBit() function
379 if (UNLIKELY(fast_state.GetIgnoreBit())) { in MemoryAccess()558 if (fast_state.GetIgnoreBit()) in MemoryAccessRange()
438 if (UNLIKELY(fast_state.GetIgnoreBit())) in MemoryAccess()458 if (UNLIKELY(fast_state.GetIgnoreBit())) in MemoryAccess16()495 if (UNLIKELY(fast_state.GetIgnoreBit())) in UnalignedMemoryAccess()705 if (UNLIKELY(fast_state.GetIgnoreBit())) in MemoryAccessRangeT()
38 bool GetIgnoreBit() const { return part_.ignore_accesses_; } in GetIgnoreBit() function