Home | History | Annotate | Download | only in compiler

Lines Matching refs:CHECK_EQ

96     CHECK_EQ(IrOpcode::kHeapConstant, new_context_input->opcode());
98 CHECK_EQ(*native, *match.Value());
100 CHECK_EQ(Context::GLOBAL_EVAL_FUN_INDEX, static_cast<int>(access.index()));
101 CHECK_EQ(0, static_cast<int>(access.depth()));
102 CHECK_EQ(false, access.immutable());
115 CHECK_EQ(*expected, *match.Value());
178 CHECK_EQ(IrOpcode::kHeapConstant, new_context_input->opcode());
180 CHECK_EQ(*native, *match.Value());
182 CHECK_EQ(Context::GLOBAL_EVAL_FUN_INDEX, static_cast<int>(access.index()));
183 CHECK_EQ(0, static_cast<int>(access.depth()));
184 CHECK_EQ(false, access.immutable());