Searched refs:InstructionAt (Results 1 – 12 of 12) sorted by relevance
25 const Instruction* instr = InstructionAt(i); in MarkBlocks()54 InstructionAt(block->last_instruction_index()); in MarkDeConstruction()152 Instruction* FrameElider::InstructionAt(int index) const { in InstructionAt() function in v8::internal::compiler::FrameElider153 return code_->InstructionAt(index); in InstructionAt()
64 Instruction* instr = code->InstructionAt(pred->code_end() - 1); in IsBlockWithBranchPoisoning()98 Instruction* instr = code->InstructionAt(i); in ComputeForwarding()226 Instruction* instr = code->InstructionAt(i); in ApplyForwarding()
30 Instruction* InstructionAt(int index) const;
136 Instruction* instr = code()->InstructionAt(instr_index); in AddGapMove()167 return code()->InstructionAt(instr_index)->block(); in GetBlock()2601 Instruction* instr = code()->InstructionAt(index); in DefineOutputs()2747 Instruction* instr = code()->InstructionAt(instr_index); in AllocateRegisters()2877 Instruction* instr = code()->InstructionAt(instr_index); in ReserveFixedRegisters()2921 DCHECK(!code()->InstructionAt(instr_index)->HasReferenceMap()); in AllocatePhiGapMoves()3159 Instruction* instr = data()->code()->InstructionAt(instr_index); in RecordReferences()
51 return code->InstructionAt(block->last_instruction_index()); in GetLastInstruction()849 Instruction* instr = sequence->InstructionAt(to_spill->gap_index); in CommitSpillMoves()867 Instruction* instr = sequence->InstructionAt(to_spill->gap_index); in FilterSpillMoves()1355 Instruction* instr = code()->InstructionAt(index); in AddGapMove()1628 Instruction* instr = code()->InstructionAt(pos); in AllocateFixed()1658 Instruction* last_instruction = code()->InstructionAt(end); in MeetRegisterConstraintsForLastInstructionInBlock()1702 Instruction* first = code()->InstructionAt(instr_index); in MeetConstraintsAfter()1756 Instruction* second = code()->InstructionAt(instr_index); in MeetConstraintsBefore()1825 ->InstructionAt(cur_block->last_instruction_index()) in ResolvePhis()2061 Instruction* instr = code()->InstructionAt(index); in ProcessInstructions()[all …]
423 Instruction* instr = instructions()->InstructionAt(pred->code_end() - 1); in TryInsertBranchPoisoning()735 Instruction* instr = instructions()->InstructionAt(instruction_index); in AssembleInstruction()751 instr != instructions()->InstructionAt(block->last_instruction_index()) || in AssembleInstruction()
679 os << " " << std::setw(5) << j << ": " << *code->InstructionAt(j) in operator <<()848 return InstructionAt(block->code_start()); in GetBlockStart()
1597 Instruction* InstructionAt(int index) const { in NON_EXPORTED_BASE()
437 Instruction* link = InstructionAt(linkoffset); in CheckLabelLinkChain()455 Instruction* link = InstructionAt(label->pos()); in RemoveBranchFromLabelLinkChain()552 Instruction* link = InstructionAt(linkoffset); in bind()641 Instruction* link = InstructionAt(link_offset); in DeleteUnresolvedBranchInfoForLabelTraverse()4402 Instruction* instr = assm_->InstructionAt(load_offset); in SetLoadOffsetToConstPoolEntry()4503 Instruction* branch = InstructionAt(it->second.pc_offset_); in EmitVeneers()4593 Instruction* expected_adr = InstructionAt(0); in PatchAdrFar()4597 CHECK(InstructionAt((i + 1) * kInstrSize)->IsNop(ADR_FAR_NOP)); in PatchAdrFar()4600 InstructionAt((kAdrFarPatchableNInstrs - 1) * kInstrSize); in PatchAdrFar()4621 Instruction* expected_adr = InstructionAt(0); in PatchSubSp()
2074 Instruction* InstructionAt(ptrdiff_t offset) const { in InstructionAt() function
707 os_ << j << " " << *instructions->InstructionAt(j) << " <|@\n"; in PrintSchedule()1348 json_instr.instr_ = code->InstructionAt(j); in operator <<()
468 Instruction* InstructionAt(ptrdiff_t instruction_offset)) {