Home
last modified time | relevance | path

Searched refs:InstructionAt (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/
Dframe-elider.cc26 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::FrameElider
162 return code_->InstructionAt(index); in InstructionAt()
Djump-threading.cc64 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()
Dframe-elider.h32 Instruction* InstructionAt(int index) const;
Dregister-allocator.cc71 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 …]
Dcode-generator.cc327 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()
Dinstruction.cc732 printable_instr.instr_ = code->InstructionAt(j); in operator <<()
856 return InstructionAt(block->code_start()); in GetBlockStart()
Dgraph-visualizer.cc695 instructions->InstructionAt(j)}; in PrintSchedule()
Dinstruction.h1542 Instruction* InstructionAt(int index) const { in NON_EXPORTED_BASE()
/external/v8/src/arm64/
Dassembler-arm64.cc536 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()
Dassembler-arm64.h2864 Instruction* InstructionAt(ptrdiff_t offset) const { in InstructionAt() function
/external/vixl/src/aarch64/
Dassembler-aarch64.h469 Instruction* InstructionAt(ptrdiff_t instruction_offset)) {