Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe-elider.cc25 const Instruction* instr = InstructionAt(i); in MarkBlocks()
56 InstructionAt(block->last_instruction_index()); in MarkDeConstruction()
137 Instruction* FrameElider::InstructionAt(int index) const { in InstructionAt() function in v8::internal::compiler::FrameElider
138 return code_->InstructionAt(index); in InstructionAt()
Dframe-elider.h32 Instruction* InstructionAt(int index) const;
Djump-threading.cc78 Instruction* instr = code->InstructionAt(i); in ComputeForwarding()
157 Instruction* instr = code->InstructionAt(i); in ApplyForwarding()
Dregister-allocator.cc69 return code->InstructionAt(block->last_instruction_index()); in GetLastInstruction()
870 Instruction* instr = sequence->InstructionAt(to_spill->gap_index); in CommitSpillMoves()
1397 Instruction* instr = code()->InstructionAt(index); in AddGapMove()
1619 Instruction* instr = code()->InstructionAt(pos); in AllocateFixed()
1651 Instruction* last_instruction = code()->InstructionAt(end); in MeetRegisterConstraintsForLastInstructionInBlock()
1695 Instruction* first = code()->InstructionAt(instr_index); in MeetConstraintsAfter()
1749 Instruction* second = code()->InstructionAt(instr_index); in MeetConstraintsBefore()
1822 ->InstructionAt(cur_block->last_instruction_index()) in ResolvePhis()
2042 Instruction* instr = code()->InstructionAt(index); in ProcessInstructions()
3809 ->InstructionAt(pred->last_instruction_index()) in ResolveControlFlow()
[all …]
Dinstruction.cc707 printable_instr.instr_ = code->InstructionAt(j); in operator <<()
830 return InstructionAt(block->code_start()); in GetBlockStart()
Dcode-generator.cc304 Instruction* instr = code()->InstructionAt(i); in AssembleBlock()
402 instr != code()->InstructionAt(block->last_instruction_index()) || in AssembleInstruction()
Dgraph-visualizer.cc533 instructions->InstructionAt(j)}; in PrintSchedule()
Dinstruction.h1413 Instruction* InstructionAt(int index) const { in NON_EXPORTED_BASE()
/external/v8/src/crankshaft/
Dlithium-allocator-inl.h38 LInstruction* LAllocator::InstructionAt(int index) { in InstructionAt() function
Dlithium-allocator.cc612 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()
Dlithium-allocator.h509 inline LInstruction* InstructionAt(int index);
/external/v8/src/arm64/
Dcode-stubs-arm64.h136 Instruction* instr1 = patcher.InstructionAt(0); in Patch()
137 Instruction* instr2 = patcher.InstructionAt(kInstructionSize); in Patch()
Dassembler-arm64.cc522 Instruction* instr = assm_->InstructionAt(offset_it->second); in EmitEntries()
538 Instruction* instr = assm_->InstructionAt(unique_it->second); in EmitEntries()
626 Instruction * link = InstructionAt(linkoffset); in CheckLabelLinkChain()
645 Instruction* link = InstructionAt(label->pos()); in RemoveBranchFromLabelLinkChain()
743 Instruction* link = InstructionAt(linkoffset); in bind()
834 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()
Dassembler-arm64.h1694 Instruction* InstructionAt(ptrdiff_t offset) const { in InstructionAt() function
/external/vixl/src/aarch64/
Dassembler-aarch64.h464 Instruction* InstructionAt(ptrdiff_t instruction_offset)) {