Lines Matching defs:code
2 // Use of this source code is governed by a BSD-style license that can be
29 InstructionSequence* code = data_->code();
31 code->GetInstructionBlock(range->Start().ToInstructionIndex());
45 // increasing the code size for no benefit.
62 code->GetInstructionBlock(interval->start().ToInstructionIndex())
80 code->GetInstructionBlock(end_instruction)->rpo_number();
82 SetSpillRequired(code->InstructionBlockAt(start_block), range->vreg(),
93 code->GetInstructionBlock(pos->pos().ToInstructionIndex());
215 zone_->NewArray<Entry>(data()->code()->instruction_blocks().size());
216 for (size_t i = 0; i < data()->code()->instruction_blocks().size(); ++i) {
242 for (int i = 0; i < data()->code()->InstructionBlockCount(); ++i) {
272 block = data()->code()->InstructionBlockAt(block->loop_header());
289 InstructionSequence* code = data()->code();
293 InstructionBlock* block = code->instruction_blocks()[i];
305 InstructionBlock* successor = code->InstructionBlockAt(successor_id);
336 InstructionSequence* code = data()->code();
339 InstructionBlock* block = code->instruction_blocks()[i];
359 InstructionBlock* predecessor = code->InstructionBlockAt(predecessor_id);
393 InstructionSequence* code = data()->code();
396 InstructionBlock* block = code->instruction_blocks()[i];
410 InstructionBlock* successor = code->InstructionBlockAt(successor_id);
454 InstructionBlock* successor = code->InstructionBlockAt(successor_id);