Lines Matching defs:dex_pc_ptr
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()
590 extern "C" mirror::Object* NterpLoadObject(Thread* self, ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpLoadObject()
633 uint16_t* dex_pc_ptr, in DoFilledNewArray()
709 uint16_t* dex_pc_ptr) in NterpFilledNewArray()
717 uint16_t* dex_pc_ptr) in NterpFilledNewArrayRange()
722 extern "C" jit::OsrData* NterpHotMethod(ArtMethod* method, uint16_t* dex_pc_ptr, uint32_t* vregs) in NterpHotMethod()