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

/external/v8/src/compiler/
H A Dframe-elider.h32 Instruction* InstructionAt(int index) const;
H A Dframe-elider.cc26 const Instruction* instr = InstructionAt(i);
57 InstructionAt(block->last_instruction_index());
161 Instruction* FrameElider::InstructionAt(int index) const { function in class:v8::internal::compiler::FrameElider
162 return code_->InstructionAt(index);
H A Djump-threading.cc79 Instruction* instr = code->InstructionAt(i);
158 Instruction* instr = code->InstructionAt(i);
H A Dregister-allocator.cc69 return code->InstructionAt(block->last_instruction_index());
874 Instruction* instr = sequence->InstructionAt(to_spill->gap_index);
1401 Instruction* instr = code()->InstructionAt(index);
1623 Instruction* instr = code()->InstructionAt(pos);
1655 Instruction* last_instruction = code()->InstructionAt(end);
1699 Instruction* first = code()->InstructionAt(instr_index);
1753 Instruction* second = code()->InstructionAt(instr_index);
1826 ->InstructionAt(cur_block->last_instruction_index())
2046 Instruction* instr = code()->InstructionAt(index);
3841 ->InstructionAt(pre
[all...]
H A Dcode-generator.cc310 Instruction* instr = code()->InstructionAt(i);
412 instr != code()->InstructionAt(block->last_instruction_index()) ||
H A Dinstruction.cc720 printable_instr.instr_ = code->InstructionAt(j);
843 return InstructionAt(block->code_start());
H A Dgraph-visualizer.cc544 instructions->InstructionAt(j)};
H A Dinstruction.h1513 Instruction* InstructionAt(int index) const { function in class:v8::internal::compiler::final
/external/v8/src/crankshaft/
H A Dlithium-allocator-inl.h38 LInstruction* LAllocator::InstructionAt(int index) { function in class:v8::internal::LAllocator
H A Dlithium-allocator.cc613 LInstruction* instr = InstructionAt(pos);
762 if (i < end) instr = InstructionAt(i + 1);
763 if (i > start) prev_instr = InstructionAt(i - 1);
867 LInstruction* instr = InstructionAt(index);
933 LInstruction* instr = InstructionAt(index);
1054 InstructionAt(cur_block->last_instruction_index());
1161 LInstruction* branch = InstructionAt(pred->last_instruction_index());
2014 InstructionAt(pos.InstructionIndex())->IsLabel();
H A Dlithium-allocator.h509 inline LInstruction* InstructionAt(int index);
/external/v8/src/arm64/
H A Dcode-stubs-arm64.h136 Instruction* instr1 = patcher.InstructionAt(0);
137 Instruction* instr2 = patcher.InstructionAt(kInstructionSize);
H A Dassembler-arm64.cc527 Instruction* instr = assm_->InstructionAt(offset_it->second);
543 Instruction* instr = assm_->InstructionAt(unique_it->second);
631 Instruction * link = InstructionAt(linkoffset);
650 Instruction* link = InstructionAt(label->pos());
748 Instruction* link = InstructionAt(linkoffset);
839 Instruction * link = InstructionAt(link_offset);
3104 Instruction* branch = InstructionAt(it->second.pc_offset_);
3198 Instruction* expected_adr = InstructionAt(0);
3202 CHECK(InstructionAt((i + 1) * kInstructionSize)->IsNop(ADR_FAR_NOP));
3205 InstructionAt((kAdrFarPatchableNInstr
[all...]
H A Dassembler-arm64.h1692 Instruction* InstructionAt(ptrdiff_t offset) const {
/external/vixl/src/aarch64/
H A Dassembler-aarch64.h464 Instruction* InstructionAt(ptrdiff_t instruction_offset)) {

Completed in 213 milliseconds