Lines Matching refs:parameter

34   HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(),  in TEST_F()  local
38 entry->AddInstruction(parameter); in TEST_F()
44 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
53 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
63 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
74 block->AddInstruction(new (GetAllocator()) HInstanceFieldSet(parameter, in TEST_F()
75 parameter, in TEST_F()
84 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
115 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() local
119 entry->AddInstruction(parameter); in TEST_F()
124 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
147 then->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
157 else_->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
167 join->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
195 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() local
199 entry->AddInstruction(parameter); in TEST_F()
204 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
227 loop_header->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
241 loop_body->AddInstruction(new (GetAllocator()) HInstanceFieldSet(parameter, in TEST_F()
242 parameter, in TEST_F()
252 loop_body->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
264 exit->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
339 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() local
343 entry->AddInstruction(parameter); in TEST_F()
346 outer_loop_header->AddInstruction(new (GetAllocator()) HIf(parameter)); in TEST_F()
349 inner_loop_header->AddInstruction(new (GetAllocator()) HIf(parameter)); in TEST_F()
362 entry->AddInstruction(new (GetAllocator()) HInstanceFieldSet(parameter, in TEST_F()
363 parameter, in TEST_F()
387 new (GetAllocator()) HInstanceFieldSet(parameter, in TEST_F()
388 parameter, in TEST_F()
413 new (GetAllocator()) HInstanceFieldSet(parameter, in TEST_F()
414 parameter, in TEST_F()