Home
last modified time | relevance | path

Searched refs:SetNterpDexPC (Results 1 – 3 of 3) sorted by relevance

/art/runtime/arch/
Dcontext.h93 virtual void SetNterpDexPC(uintptr_t new_value ATTRIBUTE_UNUSED) { in SetNterpDexPC() function
/art/runtime/arch/x86_64/
Dcontext_x86_64.h48 void SetNterpDexPC(uintptr_t dex_pc_ptr) override { in SetNterpDexPC() function
/art/runtime/
Dquick_exception_handler.cc651 context_->SetNterpDexPC(reinterpret_cast<uintptr_t>( in DoLongJump()