Home
last modified time | relevance | path

Searched refs:PrintInstructions (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/aarch64/
Ddebugger-aarch64.h76 void PrintInstructions(const void* address,
79 void PrintNextInstruction() { PrintInstructions(ReadPc(), 1, "Next: "); } in PrintNextInstruction()
Ddebugger-aarch64.cc597 void Debugger::PrintInstructions(const void* address, in PrintInstructions() function in vixl::aarch64::Debugger
1309 debugger->PrintInstructions(debugger->ReadPc(), steps, "Skip: "); in Run()
1509 debugger->PrintInstructions(address, amount); in Run()