Searched refs:InstructionAt (Results 1 – 18 of 18) sorted by relevance
25 const Instruction* instr = InstructionAt(i); in MarkBlocks()55 InstructionAt(block->last_instruction_index()); in MarkDeConstruction()136 Instruction* FrameElider::InstructionAt(int index) const { in InstructionAt() function in v8::internal::compiler::FrameElider137 return code_->InstructionAt(index); in InstructionAt()
32 Instruction* InstructionAt(int index) const;
78 Instruction* instr = code->InstructionAt(i); in ComputeForwarding()157 Instruction* instr = code->InstructionAt(i); in ApplyForwarding()
64 return code->InstructionAt(block->last_instruction_index()); in GetLastInstruction()877 Instruction* instr = sequence->InstructionAt(to_spill->gap_index); in CommitSpillMoves()1396 Instruction* instr = code()->InstructionAt(index); in AddGapMove()1616 Instruction* instr = code()->InstructionAt(pos); in AllocateFixed()1648 Instruction* last_instruction = code()->InstructionAt(end); in MeetRegisterConstraintsForLastInstructionInBlock()1692 Instruction* first = code()->InstructionAt(instr_index); in MeetConstraintsAfter()1746 Instruction* second = code()->InstructionAt(instr_index); in MeetConstraintsBefore()1819 ->InstructionAt(cur_block->last_instruction_index()) in ResolvePhis()2022 Instruction* instr = code()->InstructionAt(index); in ProcessInstructions()3598 ->InstructionAt(pred->last_instruction_index()) in ResolveControlFlow()[all …]
312 Instruction* instr = code()->InstructionAt(i); in AssembleBlock()324 instr != code()->InstructionAt(block->last_instruction_index()) || in AssembleInstruction()
737 return InstructionAt(block->code_start()); in GetBlockStart()925 printable_instr.instr_ = InstructionAt(j); in PrintBlock()
518 instructions->InstructionAt(j)}; in PrintSchedule()
1360 Instruction* InstructionAt(int index) const { in InstructionAt() function
38 LInstruction* LAllocator::InstructionAt(int index) { in InstructionAt() function
612 LInstruction* instr = InstructionAt(pos); in AllocateFixed()761 if (i < end) instr = InstructionAt(i + 1); in MeetRegisterConstraints()762 if (i > start) prev_instr = InstructionAt(i - 1); in MeetRegisterConstraints()866 LInstruction* instr = InstructionAt(index); in MeetConstraintsBetween()932 LInstruction* instr = InstructionAt(index); in ProcessInstructions()1053 InstructionAt(cur_block->last_instruction_index()); in ResolvePhis()1160 LInstruction* branch = InstructionAt(pred->last_instruction_index()); in ResolveControlFlow()2013 InstructionAt(pos.InstructionIndex())->IsLabel(); in IsBlockBoundary()
509 inline LInstruction* InstructionAt(int index);
101 sequence_.InstructionAt(index) in AddGapMove()620 Instruction* instr = code.sequence_.InstructionAt(pos); in CheckJump()630 Instruction* instr = code.sequence_.InstructionAt(pos); in CheckNop()639 Instruction* instr = code.sequence_.InstructionAt(pos); in CheckBranch()
136 Instruction* instr1 = patcher.InstructionAt(0); in Patch()137 Instruction* instr2 = patcher.InstructionAt(kInstructionSize); in Patch()
522 Instruction* instr = assm_->InstructionAt(offset_it->second); in EmitEntries()538 Instruction* instr = assm_->InstructionAt(unique_it->second); in EmitEntries()628 Instruction * link = InstructionAt(linkoffset); in CheckLabelLinkChain()647 Instruction* link = InstructionAt(label->pos()); in RemoveBranchFromLabelLinkChain()745 Instruction* link = InstructionAt(linkoffset); in bind()836 Instruction * link = InstructionAt(link_offset); in DeleteUnresolvedBranchInfoForLabelTraverse()3101 Instruction* branch = InstructionAt(it->second.pc_offset_); in EmitVeneers()3195 Instruction* expected_adr = InstructionAt(0); in PatchAdrFar()3199 CHECK(InstructionAt((i + 1) * kInstructionSize)->IsNop(ADR_FAR_NOP)); in PatchAdrFar()3202 InstructionAt((kAdrFarPatchableNInstrs - 1) * kInstructionSize); in PatchAdrFar()
1692 Instruction* InstructionAt(ptrdiff_t offset) const { in InstructionAt() function
53 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos); in GetParallelMoveCount()64 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos); in IsParallelMovePresent()
183 Instruction* link = masm_->InstructionAt(link_offset); in DeleteUnresolvedBranchInfoForLabel()241 Instruction* branch = masm_->InstructionAt(branch_pos); in Emit()
1175 Instruction* InstructionAt(ptrdiff_t instruction_offset) { in InstructionAt() function