Home
last modified time | relevance | path

Searched defs:dex_pc_ptr (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/runtime/interpreter/mterp/
H A Dnterp.cc94 inline void UpdateCache(Thread* self, uint16_t* dex_pc_ptr, T value) { in UpdateCache()
105 inline void UpdateCache(Thread* self, uint16_t* dex_pc_ptr, T* value) { in UpdateCache()
232 extern "C" const char* NterpGetShortyFromInvokePolymorphic(ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetShortyFromInvokePolymorphic()
242 extern "C" const char* NterpGetShortyFromInvokeCustom(ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetShortyFromInvokeCustom()
254 extern "C" size_t NterpGetMethod(Thread* self, ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetMethod()
462 uint16_t* dex_pc_ptr, in NterpGetStaticField()
505 uint16_t* dex_pc_ptr, in NterpGetInstanceFieldOffset()
535 uint16_t* dex_pc_ptr) in NterpGetClassOrAllocateObject()
633 uint16_t* dex_pc_ptr, in DoFilledNewArray()
709 uint16_t* dex_pc_ptr) in NterpFilledNewArray()
[all …]
H A Dmterp.cc215 uint16_t* dex_pc_ptr, in MterpInvokePolymorphic()
226 uint16_t* dex_pc_ptr, in MterpInvokeCustomRange()
237 uint16_t* dex_pc_ptr, in MterpInvokePolymorphicRange()
382 uint16_t* dex_pc_ptr, in MterpAputObject()
401 uint16_t* dex_pc_ptr, in MterpFilledNewArray()
426 uint16_t* dex_pc_ptr, in MterpFilledNewArrayRange()
451 uint16_t* dex_pc_ptr, in MterpNewArray()
491 extern "C" void MterpCheckBefore(Thread* self, ShadowFrame* shadow_frame, uint16_t* dex_pc_ptr) in MterpCheckBefore()
/aosp12/art/runtime/arch/arm/
H A Dcontext_arm.h49 void SetNterpDexPC(uintptr_t dex_pc_ptr) override { in SetNterpDexPC()
/aosp12/art/runtime/arch/x86_64/
H A Dcontext_x86_64.h48 void SetNterpDexPC(uintptr_t dex_pc_ptr) override { in SetNterpDexPC()
/aosp12/art/runtime/arch/arm64/
H A Dcontext_arm64.h49 void SetNterpDexPC(uintptr_t dex_pc_ptr) override { in SetNterpDexPC()
/aosp12/art/runtime/
H A Dnterp_helpers.cc169 uintptr_t dex_pc_ptr = reinterpret_cast<uintptr_t>(frame) + in NterpGetDexPC() local
/aosp12/art/runtime/interpreter/
H A Dshadow_frame.h328 void SetDexPCPtr(uint16_t* dex_pc_ptr) { in SetDexPCPtr()