Lines Matching refs:main_zone
18 blocks_(main_zone()), in TestCode()
19 sequence_(main_isolate(), main_zone(), &blocks_), in TestCode()
32 Instruction::New(main_zone(), kArchJmp, 0, NULL, 1, ops, 0, NULL)); in Jump()
47 Instruction::New(main_zone(), code, 0, NULL, 2, ops, 0, NULL)); in Branch()
54 sequence_.AddInstruction(Instruction::New(main_zone(), kArchNop)); in Nop()
58 sequence_.AddInstruction(Instruction::New(main_zone(), kArchNop)); in RedundantMoves()
67 sequence_.AddInstruction(Instruction::New(main_zone(), kArchNop)); in NonRedundantMoves()
75 sequence_.AddInstruction(Instruction::New(main_zone(), 155)); in Other()
88 current_ = new (main_zone()) in Start()
89 InstructionBlock(main_zone(), rpo_number_, RpoNumber::Invalid(), in Start()
102 ->GetOrCreateParallelMove(Instruction::START, main_zone()) in AddGapMove()
610 ZoneVector<RpoNumber> vector(code.main_zone()); in ApplyForwarding()