Home
last modified time | relevance | path

Searched refs:InstructionAtOffset (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/arm64/
Dinstructions-arm64.h125 return InstructionAtOffset(count * static_cast<int>(kInstructionSize));
129 return InstructionAtOffset(count * static_cast<int>(kInstructionSize));
389 V8_INLINE const Instruction* InstructionAtOffset(
396 V8_INLINE Instruction* InstructionAtOffset(
Dinstructions-arm64.cc207 return InstructionAtOffset(ImmPCOffset()); in ImmPCOffsetTarget()
Dsimulator-arm64.cc1074 Instruction* end = start->InstructionAtOffset(count * kInstructionSize); in PrintInstructionsAt()
3625 pc_->InstructionAtOffset(kDebugCodeOffset), in VisitException()
3628 pc_->InstructionAtOffset(kDebugParamsOffset), in VisitException()
3632 pc_->InstructionAtOffset(kDebugMessageOffset)); in VisitException()
3683 pc_ = pc_->InstructionAtOffset(RoundUp(size, kInstructionSize)); in VisitException()
3832 set_pc(instr->InstructionAtOffset(kPrintfLength)); in DoPrintf()
Ddisasm-arm64.cc1572 instr->InstructionAtOffset(offset, Instruction::NO_CHECK)); in SubstitutePCRelAddressField()
1599 instr->InstructionAtOffset(offset), Instruction::NO_CHECK); in SubstituteBranchTargetField()
Dassembler-arm64.cc921 instr->InstructionAtOffset(kDebugMessageOffset)); in ConstantPoolSizeAt()
/external/vixl/src/vixl/a64/
Dinstructions-a64.h405 const Instruction* InstructionAtOffset(int64_t offset) const { in InstructionAtOffset() function
Dsimulator-a64.cc3902 set_pc(instr->InstructionAtOffset(kTraceLength)); in DoTrace()
3923 set_pc(instr->InstructionAtOffset(kLogLength)); in DoLog()
4028 set_pc(instr->InstructionAtOffset(kPrintfLength)); in DoPrintf()