Home
last modified time | relevance | path

Searched defs:currentPtr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp658 …tptr_t GetBytecodeOffset(void *ctx, ReadMemFunc readMem, uintptr_t frameType, uintptr_t currentPtr) in GetBytecodeOffset()
699 uintptr_t ArkGetFunction(void *ctx, ReadMemFunc readMem, uintptr_t currentPtr, uintptr_t frameType) in ArkGetFunction()
795 bool ArkGetMethodId(void *ctx, ReadMemFunc readMem, uintptr_t frameType, uintptr_t currentPtr, uint… in ArkGetMethodId()
816 bool ArkGetNextFrame(void *ctx, ReadMemFunc readMem, uintptr_t &currentPtr, in ArkGetNextFrame()
852 …ol ArkGetMethodIdWithJit(ArkUnwindParam *arkUnwindParam, uintptr_t frameType, uintptr_t currentPtr) in ArkGetMethodIdWithJit()
897 bool ArkGetNextFrameWithJit(ArkUnwindParam *arkUnwindParam, uintptr_t &currentPtr, uintptr_t &frame… in ArkGetNextFrameWithJit()
961 uintptr_t currentPtr = *arkUnwindParam->fp; in StepArkWithRecordJit() local
993 uintptr_t currentPtr = *fp; in StepArk() local
1022 uintptr_t ArkGetFunction(int pid, uintptr_t currentPtr, uintptr_t frameType) in ArkGetFunction()
1179 uint32_t ArkGetOffsetFromMethod(int pid, uintptr_t currentPtr, uintptr_t method) in ArkGetOffsetFromMethod()
[all …]
/arkcompiler/runtime_core/static_core/runtime/mem/
Dtlab.cpp94 void *currentPtr = memoryStartAddr_; in IterateOverObjectsInRange() local
Dbump-allocator-inl.h216 void *currentPtr = objAddr; in IterateOverObjectsInRange() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.h52 const uint8_t *currentPtr = nullptr; member