Lines Matching refs:parameter

36   HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(),  in TEST_F()  local
40 entry->AddInstruction(parameter); in TEST_F()
46 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter, in TEST_F()
55 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter, in TEST_F()
65 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter, in TEST_F()
76 block->AddInstruction(new (&allocator) HInstanceFieldSet(parameter, in TEST_F()
77 parameter, in TEST_F()
86 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter, in TEST_F()
120 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(), in TEST_F() local
124 entry->AddInstruction(parameter); in TEST_F()
129 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter, in TEST_F()
152 then->AddInstruction(new (&allocator) HInstanceFieldGet(parameter, in TEST_F()
162 else_->AddInstruction(new (&allocator) HInstanceFieldGet(parameter, in TEST_F()
172 join->AddInstruction(new (&allocator) HInstanceFieldGet(parameter, in TEST_F()
203 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(), in TEST_F() local
207 entry->AddInstruction(parameter); in TEST_F()
212 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter, in TEST_F()
235 loop_header->AddInstruction(new (&allocator) HInstanceFieldGet(parameter, in TEST_F()
249 loop_body->AddInstruction(new (&allocator) HInstanceFieldSet(parameter, in TEST_F()
250 parameter, in TEST_F()
260 loop_body->AddInstruction(new (&allocator) HInstanceFieldGet(parameter, in TEST_F()
272 exit->AddInstruction(new (&allocator) HInstanceFieldGet(parameter, in TEST_F()
350 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(), in TEST_F() local
354 entry->AddInstruction(parameter); in TEST_F()
357 outer_loop_header->AddInstruction(new (&allocator) HIf(parameter)); in TEST_F()
360 inner_loop_header->AddInstruction(new (&allocator) HIf(parameter)); in TEST_F()
373 entry->AddInstruction(new (&allocator) HInstanceFieldSet(parameter, in TEST_F()
374 parameter, in TEST_F()
398 new (&allocator) HInstanceFieldSet(parameter, in TEST_F()
399 parameter, in TEST_F()
424 new (&allocator) HInstanceFieldSet(parameter, in TEST_F()
425 parameter, in TEST_F()