Home
last modified time | relevance | path

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

/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/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp637 …tptr_t GetBytecodeOffset(void *ctx, ReadMemFunc readMem, uintptr_t frameType, uintptr_t currentPtr) in GetBytecodeOffset()
742 uintptr_t ArkGetFunction(void *ctx, ReadMemFunc readMem, uintptr_t currentPtr) in ArkGetFunction()
755 bool ArkGetNextFrame(void *ctx, ReadMemFunc readMem, uintptr_t &currentPtr, in ArkGetNextFrame()
788 bool ArkGetMethodIdWithJit(ArkUnwindParam *arkUnwindParam, uintptr_t currentPtr) in ArkGetMethodIdWithJit()
820 bool ArkGetNextFrameWithJit(ArkUnwindParam *arkUnwindParam, uintptr_t &currentPtr, uintptr_t &frame… in ArkGetNextFrameWithJit()
885 uintptr_t currentPtr = *arkUnwindParam->fp; in StepArkWithRecordJit() local
918 uintptr_t currentPtr = *arkStepParam->fp; in StepArk() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.h52 const uint8_t *currentPtr = nullptr; member