Searched defs:dex_pc_ptr (Results 1 – 8 of 8) sorted by relevance
| /art/runtime/interpreter/mterp/ |
| D | nterp.cc | 133 inline void UpdateCache(Thread* self, const uint16_t* dex_pc_ptr, T value) { in UpdateCache() 138 inline void UpdateCache(Thread* self, const uint16_t* dex_pc_ptr, T* value) { in UpdateCache() 265 extern "C" const char* NterpGetShortyFromInvokePolymorphic(ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetShortyFromInvokePolymorphic() 275 extern "C" const char* NterpGetShortyFromInvokeCustom(ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetShortyFromInvokeCustom() 324 extern "C" size_t NterpGetMethod(Thread* self, ArtMethod* caller, const uint16_t* dex_pc_ptr) in NterpGetMethod() 431 const uint16_t* dex_pc_ptr, in NterpGetStaticField() 494 const uint16_t* dex_pc_ptr, in NterpGetInstanceFieldOffset() 540 extern "C" mirror::Object* NterpGetClass(Thread* self, ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetClass() 574 uint16_t* dex_pc_ptr) in NterpAllocateObject() 605 extern "C" mirror::Object* NterpLoadObject(Thread* self, ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpLoadObject() [all …]
|
| /art/runtime/arch/arm/ |
| D | context_arm.h | 49 void SetNterpDexPC(uintptr_t dex_pc_ptr) override { in SetNterpDexPC()
|
| /art/runtime/arch/x86_64/ |
| D | context_x86_64.h | 48 void SetNterpDexPC(uintptr_t dex_pc_ptr) override { in SetNterpDexPC()
|
| /art/runtime/arch/riscv64/ |
| D | context_riscv64.h | 45 void SetNterpDexPC(uintptr_t dex_pc_ptr) override { SetGPR(S3, dex_pc_ptr); } in SetNterpDexPC()
|
| /art/runtime/arch/arm64/ |
| D | context_arm64.h | 49 void SetNterpDexPC(uintptr_t dex_pc_ptr) override { in SetNterpDexPC()
|
| /art/runtime/arch/x86/ |
| D | context_x86.h | 48 void SetNterpDexPC(uintptr_t dex_pc_ptr) override { in SetNterpDexPC()
|
| /art/runtime/ |
| D | nterp_helpers.cc | 208 uintptr_t dex_pc_ptr = reinterpret_cast<uintptr_t>(frame) + in NterpGetDexPC() local
|
| /art/runtime/interpreter/ |
| D | interpreter_common.h | 297 const uint16_t* dex_pc_ptr, in GetFieldInfo()
|