Searched defs:dex_pc_ptr (Results 1 – 8 of 8) sorted by relevance
| /art/runtime/interpreter/mterp/ |
| D | nterp.cc | 44 inline void UpdateCache(Thread* self, const uint16_t* dex_pc_ptr, T value) { in UpdateCache() 49 inline void UpdateCache(Thread* self, const uint16_t* dex_pc_ptr, T* value) { in UpdateCache() 176 extern "C" const char* NterpGetShortyFromInvokePolymorphic(ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetShortyFromInvokePolymorphic() 186 extern "C" const char* NterpGetShortyFromInvokeCustom(ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetShortyFromInvokeCustom() 235 extern "C" size_t NterpGetMethod(Thread* self, ArtMethod* caller, const uint16_t* dex_pc_ptr) in NterpGetMethod() 309 const uint16_t* dex_pc_ptr, in NterpGetStaticField() 364 const uint16_t* dex_pc_ptr, in NterpGetInstanceFieldOffset() 404 extern "C" mirror::Object* NterpGetClass(Thread* self, ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetClass() 438 uint16_t* dex_pc_ptr) in NterpAllocateObject() 469 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/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 | 205 uintptr_t dex_pc_ptr = reinterpret_cast<uintptr_t>(frame) + in NterpGetDexPC() local
|
| /art/runtime/interpreter/ |
| D | shadow_frame.h | 335 void SetDexPCPtr(uint16_t* dex_pc_ptr) { in SetDexPCPtr()
|
| D | interpreter_common.h | 324 const uint16_t* dex_pc_ptr, in GetFieldInfo()
|