Searched refs:ReadPc (Results 1 - 4 of 4) sorted by relevance

/external/vixl/src/aarch64/
H A Ddebugger-aarch64.h79 void PrintNextInstruction() { PrintInstructions(ReadPc(), 1, "Next: "); }
H A Ddebugger-aarch64.cc914 const Instruction* pc_value = debugger->ReadPc();
1263 debugger->PrintInstructions(debugger->ReadPc(), steps, "Skip: ");
1264 debugger->WritePc(debugger->ReadPc() + steps * kInstructionSize);
1346 printf("pc = %16p\n", reinterpret_cast<const void*>(debugger->ReadPc()));
H A Dsimulator-aarch64.h862 const Instruction* ReadPc() const { return pc_; } function in class:vixl::aarch64::Simulator
863 VIXL_DEPRECATED("ReadPc", const Instruction* pc() const) { return ReadPc(); }
H A Dsimulator-aarch64.cc5341 WriteLr(ReadPc());

Completed in 286 milliseconds