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.cpp383 uintptr_t ArkGetFunction(int pid, uintptr_t currentPtr, uintptr_t frameType) in ArkGetFunction()
534 uint32_t ArkGetOffsetFromMethod(int pid, uintptr_t currentPtr, uintptr_t method) in ArkGetOffsetFromMethod()
549 uint32_t ArkGetBytecodeOffset(int pid, uintptr_t method, uintptr_t frameType, uintptr_t currentPtr) in ArkGetBytecodeOffset()
728 bool ArkGetNextFrame(uintptr_t &currentPtr, uintptr_t typeOffset, in ArkGetNextFrame()
754 uintptr_t currentPtr = *fp; in GetArkNativeFrameInfo() local
863 uintptr_t currentPtr = *fp; in StepArkManagedNativeFrame() local
955 uintptr_t currentPtr = *fp; in GetArkJSHeapCrashInfo() local
/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.h51 const uint8_t *currentPtr = nullptr; member