Home
last modified time | relevance | path

Searched defs:SetNterpDexPC (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/arch/
H A Dcontext.h93 virtual void SetNterpDexPC(uintptr_t new_value ATTRIBUTE_UNUSED) { in SetNterpDexPC() function
/aosp12/art/runtime/arch/arm/
H A Dcontext_arm.h49 void SetNterpDexPC(uintptr_t dex_pc_ptr) override { in SetNterpDexPC() function
/aosp12/art/runtime/arch/x86_64/
H A Dcontext_x86_64.h48 void SetNterpDexPC(uintptr_t dex_pc_ptr) override { in SetNterpDexPC() function
/aosp12/art/runtime/arch/arm64/
H A Dcontext_arm64.h49 void SetNterpDexPC(uintptr_t dex_pc_ptr) override { in SetNterpDexPC() function