Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe-elider.cc25 if (InstructionAt(i)->IsCall() || in MarkBlocks()
26 InstructionAt(i)->opcode() == ArchOpcode::kArchDeoptimize) { in MarkBlocks()
125 Instruction* FrameElider::InstructionAt(int index) const { in InstructionAt() function in v8::internal::compiler::FrameElider
126 return code_->InstructionAt(index); in InstructionAt()
Dframe-elider.h32 Instruction* InstructionAt(int index) const;
Djump-threading.cc78 Instruction* instr = code->InstructionAt(i); in ComputeForwarding()
148 Instruction* instr = code->InstructionAt(i); in ApplyForwarding()
Dregister-allocator.cc66 return code->InstructionAt(block->last_instruction_index()); in GetLastInstruction()
749 code->InstructionAt(child->Start().ToInstructionIndex()); in TryCommitSpillInDeferredBlock()
783 Instruction* instr = sequence->InstructionAt(to_spill->gap_index); in CommitSpillMoves()
1315 Instruction* instr = code()->InstructionAt(index); in AddGapMove()
1521 Instruction* instr = code()->InstructionAt(pos); in AllocateFixed()
1553 Instruction* last_instruction = code()->InstructionAt(end); in MeetRegisterConstraintsForLastInstructionInBlock()
1597 Instruction* first = code()->InstructionAt(instr_index); in MeetConstraintsAfter()
1651 Instruction* second = code()->InstructionAt(instr_index); in MeetConstraintsBefore()
1724 ->InstructionAt(cur_block->last_instruction_index()) in ResolvePhis()
1907 Instruction* instr = code()->InstructionAt(index); in ProcessInstructions()
[all …]
Dinstruction.cc663 return InstructionAt(block->code_start()); in GetBlockStart()
943 printable_instr.instr_ = code.InstructionAt(j); in operator <<()
Dgreedy-allocator.cc506 if (!code()->InstructionAt(instruction_index)->IsCall()) continue; in GetRemainderAfterSplittingAroundFirstCall()
Dgraph-visualizer.cc495 instructions->InstructionAt(j)}; in PrintSchedule()
Dcode-generator.cc144 AssembleInstruction(code()->InstructionAt(i)); in GenerateCode()
Dinstruction.h1237 Instruction* InstructionAt(int index) const { in InstructionAt() function
/external/v8/src/crankshaft/
Dlithium-allocator-inl.h36 LInstruction* LAllocator::InstructionAt(int index) { in InstructionAt() function
Dlithium-allocator.cc611 LInstruction* instr = InstructionAt(pos); in AllocateFixed()
760 if (i < end) instr = InstructionAt(i + 1); in MeetRegisterConstraints()
761 if (i > start) prev_instr = InstructionAt(i - 1); in MeetRegisterConstraints()
865 LInstruction* instr = InstructionAt(index); in MeetConstraintsBetween()
931 LInstruction* instr = InstructionAt(index); in ProcessInstructions()
1052 InstructionAt(cur_block->last_instruction_index()); in ResolvePhis()
1159 LInstruction* branch = InstructionAt(pred->last_instruction_index()); in ResolveControlFlow()
2020 InstructionAt(pos.InstructionIndex())->IsLabel(); in IsBlockBoundary()
Dlithium-allocator.h507 inline LInstruction* InstructionAt(int index);
/external/v8/test/cctest/compiler/
Dtest-jump-threading.cc101 sequence_.InstructionAt(index) in AddGapMove()
619 Instruction* instr = code.sequence_.InstructionAt(pos); in CheckJump()
629 Instruction* instr = code.sequence_.InstructionAt(pos); in CheckNop()
638 Instruction* instr = code.sequence_.InstructionAt(pos); in CheckBranch()
/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.cc510 Instruction* instr = assm_->InstructionAt(offset_it->second); in EmitEntries()
526 Instruction* instr = assm_->InstructionAt(unique_it->second); in EmitEntries()
614 Instruction * link = InstructionAt(linkoffset); in CheckLabelLinkChain()
633 Instruction* link = InstructionAt(label->pos()); in RemoveBranchFromLabelLinkChain()
731 Instruction* link = InstructionAt(linkoffset); in bind()
822 Instruction * link = InstructionAt(link_offset); in DeleteUnresolvedBranchInfoForLabelTraverse()
3024 Instruction* branch = InstructionAt(it->second.pc_offset_); in EmitVeneers()
3118 Instruction* expected_adr = InstructionAt(0); in PatchAdrFar()
3122 CHECK(InstructionAt((i + 1) * kInstructionSize)->IsNop(ADR_FAR_NOP)); in PatchAdrFar()
3125 InstructionAt((kAdrFarPatchableNInstrs - 1) * kInstructionSize); in PatchAdrFar()
Dassembler-arm64.h1649 Instruction* InstructionAt(ptrdiff_t offset) const { in InstructionAt() function
/external/v8/test/unittests/compiler/
Dregister-allocator-unittest.cc53 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos); in GetParallelMoveCount()
64 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos); in IsParallelMovePresent()
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.cc183 Instruction* link = masm_->InstructionAt(link_offset); in DeleteUnresolvedBranchInfoForLabel()
241 Instruction* branch = masm_->InstructionAt(branch_pos); in Emit()
Dassembler-a64.h1175 Instruction* InstructionAt(ptrdiff_t instruction_offset) { in InstructionAt() function