Home
last modified time | relevance | path

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

/external/v8/test/cctest/compiler/
Dtest-instruction.cc202 CHECK_EQ(true, R.code->InstructionAt(0)->IsBlockStart()); in TEST()
236 CHECK_EQ(true, R.code->InstructionAt(0)->IsBlockStart()); in TEST()
245 CHECK_EQ(true, R.code->InstructionAt(6)->IsBlockStart()); in TEST()
270 CHECK_EQ(true, R.code->InstructionAt(0)->IsBlockStart()); in TEST()
/external/v8/src/
Dlithium-allocator-inl.h34 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()
1050 InstructionAt(cur_block->last_instruction_index()); in ResolvePhis()
1159 LInstruction* branch = InstructionAt(pred->last_instruction_index()); in ResolveControlFlow()
2017 InstructionAt(pos.InstructionIndex())->IsLabel(); in IsBlockBoundary()
Dlithium-allocator.h509 inline LInstruction* InstructionAt(int index);
/external/v8/src/compiler/
Dinstruction.cc321 return BlockStartInstruction::cast(InstructionAt(block->code_start_)); in GetBlockStart()
362 Instruction* instruction = InstructionAt(instruction_index--); in GetBasicBlock()
463 os << " " << buf.start() << ": " << *code.InstructionAt(j); in operator <<()
Dregister-allocator.cc601 Instruction* instr = InstructionAt(pos); in AllocateFixed()
741 if (i < end) instr = InstructionAt(i + 1); in MeetRegisterConstraints()
742 if (i > start) prev_instr = InstructionAt(i - 1); in MeetRegisterConstraints()
758 Instruction* last_instruction = InstructionAt(end); in MeetRegisterConstraintsForLastInstructionInBlock()
905 Instruction* instr = InstructionAt(index); in MeetConstraintsBetween()
954 Instruction* instr = InstructionAt(index); in ProcessInstructions()
1089 Instruction* branch = InstructionAt(cur_block->last_instruction_index()); in ResolvePhis()
1185 Instruction* branch = InstructionAt(pred->last_instruction_index()); in ResolveControlFlow()
2041 InstructionAt(pos.InstructionIndex())->IsBlockStart(); in IsBlockBoundary()
2055 !InstructionAt(pos.InstructionIndex())->IsControl()); in SplitRangeAt()
Dregister-allocator.h492 inline Instruction* InstructionAt(int index) { in InstructionAt() function
493 return code()->InstructionAt(index); in InstructionAt()
Dinstruction.h854 return GapInstruction::cast(InstructionAt(index)); in GapAt()
856 bool IsGapAt(int index) const { return InstructionAt(index)->IsGapMoves(); } in IsGapAt()
857 Instruction* InstructionAt(int index) const { in InstructionAt() function
/external/v8/src/arm64/
Dcode-stubs-arm64.h135 Instruction* instr1 = patcher.InstructionAt(0); in Patch()
136 Instruction* instr2 = patcher.InstructionAt(kInstructionSize); in Patch()
Dassembler-arm64.cc520 Instruction* instr = assm_->InstructionAt(offset_it->second); in EmitEntries()
536 Instruction* instr = assm_->InstructionAt(unique_it->second); in EmitEntries()
618 Instruction * link = InstructionAt(linkoffset); in CheckLabelLinkChain()
637 Instruction* link = InstructionAt(label->pos()); in RemoveBranchFromLabelLinkChain()
734 Instruction* link = InstructionAt(linkoffset); in bind()
816 Instruction * link = InstructionAt(link_offset); in DeleteUnresolvedBranchInfoForLabelTraverse()
2985 Instruction* branch = InstructionAt(it->second.pc_offset_); in EmitVeneers()
3114 Instruction* expected_adr = InstructionAt(0); in PatchAdrFar()
3118 CHECK(InstructionAt((i + 1) * kInstructionSize)->IsNop(ADR_FAR_NOP)); in PatchAdrFar()
3121 InstructionAt((kAdrFarPatchableNInstrs - 1) * kInstructionSize); in PatchAdrFar()
Dassembler-arm64.h1753 Instruction* InstructionAt(int offset) const { in InstructionAt() function
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.cc166 Instruction* link = masm_->InstructionAt(link_offset); in DeleteUnresolvedBranchInfoForLabel()
224 Instruction* branch = masm_->InstructionAt(branch_pos); in Emit()
Dassembler-a64.h1094 Instruction* InstructionAt(ptrdiff_t instruction_offset) { in InstructionAt() function