Searched refs:InstructionAt (Results 1 – 11 of 11) sorted by relevance
26 const Instruction* instr = InstructionAt(i); in MarkBlocks()57 InstructionAt(block->last_instruction_index()); in MarkDeConstruction()161 Instruction* FrameElider::InstructionAt(int index) const { in InstructionAt() function in v8::internal::compiler::FrameElider162 return code_->InstructionAt(index); in InstructionAt()
64 Instruction* instr = code->InstructionAt(pred->code_end() - 1); in IsBlockWithBranchPoisoning()94 Instruction* instr = code->InstructionAt(i); in ComputeForwarding()173 Instruction* instr = code->InstructionAt(i); in ApplyForwarding()
32 Instruction* InstructionAt(int index) const;
71 return code->InstructionAt(block->last_instruction_index()); in GetLastInstruction()869 Instruction* instr = sequence->InstructionAt(to_spill->gap_index); in CommitSpillMoves()1396 Instruction* instr = code()->InstructionAt(index); in AddGapMove()1623 Instruction* instr = code()->InstructionAt(pos); in AllocateFixed()1655 Instruction* last_instruction = code()->InstructionAt(end); in MeetRegisterConstraintsForLastInstructionInBlock()1700 Instruction* first = code()->InstructionAt(instr_index); in MeetConstraintsAfter()1755 Instruction* second = code()->InstructionAt(instr_index); in MeetConstraintsBefore()1832 ->InstructionAt(cur_block->last_instruction_index()) in ResolvePhis()2052 Instruction* instr = code()->InstructionAt(index); in ProcessInstructions()3827 ->InstructionAt(pred->last_instruction_index()) in ResolveControlFlow()[all …]
327 Instruction* instr = code()->InstructionAt(pred->code_end() - 1); in TryInsertBranchPoisoning()474 Instruction* instr = code()->InstructionAt(i); in AssembleBlock()643 instr != code()->InstructionAt(block->last_instruction_index()) || in AssembleInstruction()
732 printable_instr.instr_ = code->InstructionAt(j); in operator <<()856 return InstructionAt(block->code_start()); in GetBlockStart()
695 instructions->InstructionAt(j)}; in PrintSchedule()
1542 Instruction* InstructionAt(int index) const { in NON_EXPORTED_BASE()
536 Instruction* instr = assm_->InstructionAt(pc); in EmitEntries()648 Instruction * link = InstructionAt(linkoffset); in CheckLabelLinkChain()667 Instruction* link = InstructionAt(label->pos()); in RemoveBranchFromLabelLinkChain()765 Instruction* link = InstructionAt(linkoffset); in bind()856 Instruction * link = InstructionAt(link_offset); in DeleteUnresolvedBranchInfoForLabelTraverse()4923 Instruction* branch = InstructionAt(it->second.pc_offset_); in EmitVeneers()5016 Instruction* expected_adr = InstructionAt(0); in PatchAdrFar()5020 CHECK(InstructionAt((i + 1) * kInstrSize)->IsNop(ADR_FAR_NOP)); in PatchAdrFar()5023 InstructionAt((kAdrFarPatchableNInstrs - 1) * kInstrSize); in PatchAdrFar()5045 Instruction* expected_adr = InstructionAt(0); in PatchSubSp()
2864 Instruction* InstructionAt(ptrdiff_t offset) const { in InstructionAt() function
469 Instruction* InstructionAt(ptrdiff_t instruction_offset)) {