Home | History | Annotate | Download | only in optimizing

Lines Matching refs:AddInstruction

40   entry->AddInstruction(parameter);
46 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
55 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
65 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
76 block->AddInstruction(new (&allocator) HInstanceFieldSet(parameter,
86 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
96 block->AddInstruction(new (&allocator) HExit());
124 entry->AddInstruction(parameter);
129 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
139 block->AddInstruction(new (&allocator) HIf(block->GetLastInstruction()));
152 then->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
161 then->AddInstruction(new (&allocator) HGoto());
162 else_->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
171 else_->AddInstruction(new (&allocator) HGoto());
172 join->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
181 join->AddInstruction(new (&allocator) HExit());
207 entry->AddInstruction(parameter);
212 block->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
221 block->AddInstruction(new (&allocator) HGoto());
235 loop_header->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
245 loop_header->AddInstruction(new (&allocator) HIf(block->GetLastInstruction()));
249 loop_body->AddInstruction(new (&allocator) HInstanceFieldSet(parameter,
260 loop_body->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
270 loop_body->AddInstruction(new (&allocator) HGoto());
272 exit->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
282 exit->AddInstruction(new (&allocator) HExit());
354 entry->AddInstruction(parameter);
355 entry->AddInstruction(new (&allocator) HGoto());
356 outer_loop_header->AddInstruction(new (&allocator) HSuspendCheck());
357 outer_loop_header->AddInstruction(new (&allocator) HIf(parameter));
358 outer_loop_body->AddInstruction(new (&allocator) HGoto());
359 inner_loop_header->AddInstruction(new (&allocator) HSuspendCheck());
360 inner_loop_header->AddInstruction(new (&allocator) HIf(parameter));
361 inner_loop_body->AddInstruction(new (&allocator) HGoto());
362 inner_loop_exit->AddInstruction(new (&allocator) HGoto());
363 outer_loop_exit->AddInstruction(new (&allocator) HExit());
373 entry->AddInstruction(new (&allocator) HInstanceFieldSet(parameter,