Searched defs:dex_pc_ptr (Results 1 – 7 of 7) sorted by relevance
/aosp12/art/runtime/interpreter/mterp/ |
H A D | nterp.cc | 94 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 D | mterp.cc | 215 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 D | context_arm.h | 49 void SetNterpDexPC(uintptr_t dex_pc_ptr) override { in SetNterpDexPC()
|
/aosp12/art/runtime/arch/x86_64/ |
H A D | context_x86_64.h | 48 void SetNterpDexPC(uintptr_t dex_pc_ptr) override { in SetNterpDexPC()
|
/aosp12/art/runtime/arch/arm64/ |
H A D | context_arm64.h | 49 void SetNterpDexPC(uintptr_t dex_pc_ptr) override { in SetNterpDexPC()
|
/aosp12/art/runtime/ |
H A D | nterp_helpers.cc | 169 uintptr_t dex_pc_ptr = reinterpret_cast<uintptr_t>(frame) + in NterpGetDexPC() local
|
/aosp12/art/runtime/interpreter/ |
H A D | shadow_frame.h | 328 void SetDexPCPtr(uint16_t* dex_pc_ptr) { in SetDexPCPtr()
|