Lines Matching defs:currentPtr
661 …tptr_t GetBytecodeOffset(void *ctx, ReadMemFunc readMem, uintptr_t frameType, uintptr_t currentPtr) in GetBytecodeOffset()
702 uintptr_t ArkGetFunction(void *ctx, ReadMemFunc readMem, uintptr_t currentPtr, uintptr_t frameType) in ArkGetFunction()
798 bool ArkGetMethodId(void *ctx, ReadMemFunc readMem, uintptr_t frameType, uintptr_t currentPtr, uint… in ArkGetMethodId()
819 bool ArkGetNextFrame(void *ctx, ReadMemFunc readMem, uintptr_t ¤tPtr, in ArkGetNextFrame()
855 …ol ArkGetMethodIdWithJit(ArkUnwindParam *arkUnwindParam, uintptr_t frameType, uintptr_t currentPtr) in ArkGetMethodIdWithJit()
900 bool ArkGetNextFrameWithJit(ArkUnwindParam *arkUnwindParam, uintptr_t ¤tPtr, uintptr_t &frame… in ArkGetNextFrameWithJit()
964 uintptr_t currentPtr = *arkUnwindParam->fp; in StepArkWithRecordJit() local
996 uintptr_t currentPtr = *fp; in StepArk() local
1025 uintptr_t ArkGetFunction(int pid, uintptr_t currentPtr, uintptr_t frameType) in ArkGetFunction()
1182 uint32_t ArkGetOffsetFromMethod(int pid, uintptr_t currentPtr, uintptr_t method) in ArkGetOffsetFromMethod()
1197 uint32_t ArkGetBytecodeOffset(int pid, uintptr_t method, uintptr_t frameType, uintptr_t currentPtr) in ArkGetBytecodeOffset()
1379 bool ArkGetJsFrameDebugInfo(int pid, uintptr_t currentPtr, uintptr_t frameType, in ArkGetJsFrameDebugInfo()
1414 bool ArkGetNextFrame(int pid, uintptr_t frameType, uintptr_t ¤tPtr) in ArkGetNextFrame()
1440 uintptr_t currentPtr = *fp; in GetArkNativeFrameInfo() local