Lines Matching refs:allocator
556 ArenaAllocator* allocator = graph_->GetArena();
573 HPhi* phi = new (allocator) HPhi(
574 allocator, kNoRegNumber, 0, HPhi::ToPhiType(invoke_instruction->GetType()), dex_pc);
582 otherwise->AddInstruction(new (allocator) HGoto(dex_pc));
583 end_then->AddInstruction(new (allocator) HGoto(dex_pc));
584 cursor_block->AddInstruction(new (allocator) HIf(compare, dex_pc));
1117 << " cannot be inlined because of the register allocator";