Home
last modified time | relevance | path

Searched refs:GetInstructionAtOffset (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.h548 const Instruction* prev2 = GetInstructionAtOffset(-2 * isize); in IsConsistentMOPSTriplet()
549 const Instruction* prev1 = GetInstructionAtOffset(-1 * isize); in IsConsistentMOPSTriplet()
550 const Instruction* next1 = GetInstructionAtOffset(1 * isize); in IsConsistentMOPSTriplet()
551 const Instruction* next2 = GetInstructionAtOffset(2 * isize); in IsConsistentMOPSTriplet()
739 const Instruction* GetInstructionAtOffset(int64_t offset) const { in GetInstructionAtOffset() function in vixl::aarch64::Instruction
743 VIXL_DEPRECATED("GetInstructionAtOffset",
746 return GetInstructionAtOffset(offset);
H A Dsimulator-aarch64.cc14456 WritePc(instr->GetInstructionAtOffset(kTraceLength)); in Simulator()
14477 WritePc(instr->GetInstructionAtOffset(kLogLength)); in Simulator()
14586 WritePc(instr->GetInstructionAtOffset(kPrintfLength)); in Simulator()
14610 instr->GetInstructionAtOffset(kRuntimeCallLength)); in Simulator()
14660 WritePc(instr->GetInstructionAtOffset(AlignUp(offset, kInstructionSize))); in Simulator()

Completed in 20 milliseconds