Home
last modified time | relevance | path

Searched refs:SetPC (Results 1 – 6 of 6) sorted by relevance

/art/runtime/arch/
Dcontext.h58 virtual void SetPC(uintptr_t new_pc) = 0;
/art/runtime/arch/arm/
Dcontext_arm.h45 void SetPC(uintptr_t new_pc) override { in SetPC() function
/art/runtime/arch/arm64/
Dcontext_arm64.h45 void SetPC(uintptr_t new_lr) override { in SetPC() function
/art/runtime/arch/x86_64/
Dcontext_x86_64.h44 void SetPC(uintptr_t new_pc) override { in SetPC() function
/art/runtime/arch/x86/
Dcontext_x86.h44 void SetPC(uintptr_t new_pc) override { in SetPC() function
/art/runtime/
Dquick_exception_handler.cc650 context_->SetPC(handler_quick_frame_pc_); in DoLongJump()