Searched refs:GetInstructionAtOffset (Results 1 – 2 of 2) sorted by relevance
650 const Instruction* GetInstructionAtOffset(int64_t offset) const { in GetInstructionAtOffset() function657 return GetInstructionAtOffset(offset);
11732 WritePc(instr->GetInstructionAtOffset(kTraceLength)); in DoTrace()11753 WritePc(instr->GetInstructionAtOffset(kLogLength)); in DoLog()11863 WritePc(instr->GetInstructionAtOffset(kPrintfLength)); in DoPrintf()11888 instr->GetInstructionAtOffset(kRuntimeCallLength)); in DoRuntimeCall()11938 WritePc(instr->GetInstructionAtOffset(AlignUp(offset, kInstructionSize))); in DoConfigureCPUFeatures()