Lines Matching refs:parameter
36 HInstruction* parameter = new (&allocator) HParameterValue(0, Primitive::kPrimNot); in TEST() local
37 entry->AddInstruction(parameter); in TEST()
44 new (&allocator) HInstanceFieldGet(parameter, Primitive::kPrimNot, in TEST()
47 new (&allocator) HInstanceFieldGet(parameter, Primitive::kPrimNot, in TEST()
51 new (&allocator) HInstanceFieldGet(parameter, Primitive::kPrimNot, in TEST()
56 parameter, parameter, Primitive::kPrimNot, MemberOffset(42), false)); in TEST()
58 new (&allocator) HInstanceFieldGet(parameter, Primitive::kPrimNot, in TEST()
85 HInstruction* parameter = new (&allocator) HParameterValue(0, Primitive::kPrimNot); in TEST() local
86 entry->AddInstruction(parameter); in TEST()
92 new (&allocator) HInstanceFieldGet(parameter, Primitive::kPrimBoolean, in TEST()
109 new (&allocator) HInstanceFieldGet(parameter, Primitive::kPrimBoolean, in TEST()
113 new (&allocator) HInstanceFieldGet(parameter, Primitive::kPrimBoolean, in TEST()
117 new (&allocator) HInstanceFieldGet(parameter, Primitive::kPrimBoolean, in TEST()
141 HInstruction* parameter = new (&allocator) HParameterValue(0, Primitive::kPrimNot); in TEST() local
142 entry->AddInstruction(parameter); in TEST()
148 new (&allocator) HInstanceFieldGet(parameter, Primitive::kPrimBoolean, in TEST()
165 new (&allocator) HInstanceFieldGet(parameter, Primitive::kPrimBoolean, in TEST()
173 parameter, parameter, Primitive::kPrimNot, MemberOffset(42), false)); in TEST()
176 new (&allocator) HInstanceFieldGet(parameter, Primitive::kPrimBoolean, in TEST()
182 new (&allocator) HInstanceFieldGet(parameter, Primitive::kPrimBoolean, in TEST()
251 HInstruction* parameter = new (&allocator) HParameterValue(0, Primitive::kPrimBoolean); in TEST() local
252 entry->AddInstruction(parameter); in TEST()
254 outer_loop_header->AddInstruction(new (&allocator) HIf(parameter)); in TEST()
256 inner_loop_header->AddInstruction(new (&allocator) HIf(parameter)); in TEST()
270 parameter, parameter, Primitive::kPrimNot, MemberOffset(42), false)); in TEST()
284 parameter, parameter, Primitive::kPrimNot, MemberOffset(42), false), in TEST()
301 parameter, parameter, Primitive::kPrimNot, MemberOffset(42), false), in TEST()