Lines Matching refs:instr_ptr
518 size_t DisassemblerMips::Dump(std::ostream& os, const uint8_t* instr_ptr) { in Dump() argument
519 uint32_t instruction = ReadU32(instr_ptr); in Dump()
547 args << FormatInstructionPointer(instr_ptr + offset) in Dump()
556 args << FormatInstructionPointer(instr_ptr + offset) in Dump()
600 target |= (reinterpret_cast<uintptr_t>(instr_ptr + 4) & 0xf0000000); in Dump()
624 args << FormatInstructionPointer(instr_ptr + offset); in Dump()
632 uintptr_t ptr = RoundDown(reinterpret_cast<uintptr_t>(instr_ptr), 8); in Dump()
642 args << FormatInstructionPointer(instr_ptr + offset); in Dump()
650 args << FormatInstructionPointer(instr_ptr + (offset << 2)); in Dump()
820 last_ptr_ && (intptr_t)instr_ptr - (intptr_t)last_ptr_ == 4 && in Dump()
831 args << FormatInstructionPointer(instr_ptr + (int32_t)offset); in Dump()
835 os << FormatInstructionPointer(instr_ptr) in Dump()
838 last_ptr_ = instr_ptr; in Dump()