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

/external/chromium_org/v8/src/
H A Dlithium-allocator-inl.h34 LInstruction* LAllocator::InstructionAt(int index) { function in class:v8::internal::LAllocator
H A Dlithium-allocator.cc611 LInstruction* instr = InstructionAt(pos);
760 if (i < end) instr = InstructionAt(i + 1);
761 if (i > start) prev_instr = InstructionAt(i - 1);
865 LInstruction* instr = InstructionAt(index);
931 LInstruction* instr = InstructionAt(index);
1050 InstructionAt(cur_block->last_instruction_index());
1159 LInstruction* branch = InstructionAt(pred->last_instruction_index());
2017 InstructionAt(pos.InstructionIndex())->IsLabel();
H A Dlithium-allocator.h509 inline LInstruction* InstructionAt(int index);
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-instruction.cc202 CHECK_EQ(true, R.code->InstructionAt(0)->IsBlockStart());
236 CHECK_EQ(true, R.code->InstructionAt(0)->IsBlockStart());
245 CHECK_EQ(true, R.code->InstructionAt(6)->IsBlockStart());
270 CHECK_EQ(true, R.code->InstructionAt(0)->IsBlockStart());
/external/chromium_org/v8/src/arm64/
H A Dcode-stubs-arm64.h135 Instruction* instr1 = patcher.InstructionAt(0);
136 Instruction* instr2 = patcher.InstructionAt(kInstructionSize);
H A Dassembler-arm64.cc520 Instruction* instr = assm_->InstructionAt(offset_it->second);
536 Instruction* instr = assm_->InstructionAt(unique_it->second);
618 Instruction * link = InstructionAt(linkoffset);
637 Instruction* link = InstructionAt(label->pos());
734 Instruction* link = InstructionAt(linkoffset);
816 Instruction * link = InstructionAt(link_offset);
2985 Instruction* branch = InstructionAt(it->second.pc_offset_);
3114 Instruction* expected_adr = InstructionAt(0);
3118 CHECK(InstructionAt((i + 1) * kInstructionSize)->IsNop(ADR_FAR_NOP));
3121 InstructionAt((kAdrFarPatchableNInstr
[all...]
H A Dassembler-arm64.h1753 Instruction* InstructionAt(int offset) const {
/external/chromium_org/v8/src/compiler/
H A Dinstruction.cc321 return BlockStartInstruction::cast(InstructionAt(block->code_start_));
362 Instruction* instruction = InstructionAt(instruction_index--);
463 os << " " << buf.start() << ": " << *code.InstructionAt(j);
H A Dregister-allocator.h492 inline Instruction* InstructionAt(int index) { function in class:v8::internal::compiler::BASE_EMBEDDED
493 return code()->InstructionAt(index);
H A Dregister-allocator.cc601 Instruction* instr = InstructionAt(pos);
741 if (i < end) instr = InstructionAt(i + 1);
742 if (i > start) prev_instr = InstructionAt(i - 1);
758 Instruction* last_instruction = InstructionAt(end);
905 Instruction* instr = InstructionAt(index);
954 Instruction* instr = InstructionAt(index);
1089 Instruction* branch = InstructionAt(cur_block->last_instruction_index());
1185 Instruction* branch = InstructionAt(pred->last_instruction_index());
2041 InstructionAt(pos.InstructionIndex())->IsBlockStart();
2055 !InstructionAt(po
[all...]
H A Dinstruction.h854 return GapInstruction::cast(InstructionAt(index));
856 bool IsGapAt(int index) const { return InstructionAt(index)->IsGapMoves(); }
857 Instruction* InstructionAt(int index) const { function in class:v8::internal::compiler::FINAL

Completed in 450 milliseconds