Searched refs:FormatInstructionPointer (Results 1 – 6 of 6) sorted by relevance
349 args << FormatInstructionPointer(instr_ptr + offset) in Dump()358 args << FormatInstructionPointer(instr_ptr + offset) in Dump()442 args << FormatInstructionPointer(instr_ptr + (int32_t)offset); in Dump()446 os << FormatInstructionPointer(instr_ptr) in Dump()
49 std::string Disassembler::FormatInstructionPointer(const uint8_t* begin) { in FormatInstructionPointer() function in art::Disassembler
72 std::string FormatInstructionPointer(const uint8_t* begin);
105 os << FormatInstructionPointer(begin) in Dump()
99 os << StringPrintf("%+d (", imm32) << FormatInstructionPointer(instr_ptr + imm32) << ")"; in DumpBranchTarget()363 os << FormatInstructionPointer(instr_ptr) in DumpArm()1549 os << FormatInstructionPointer(instr_ptr) in DumpThumb32()1896 os << FormatInstructionPointer(instr_ptr) in DumpThumb16()
1354 << FormatInstructionPointer(instr + displacement) in DumpInstruction()1373 os << FormatInstructionPointer(begin_instr) in DumpInstruction()