Searched defs:currentPtr (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 658 …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 ¤tPtr, in ArkGetNextFrame() 852 …ol ArkGetMethodIdWithJit(ArkUnwindParam *arkUnwindParam, uintptr_t frameType, uintptr_t currentPtr) in ArkGetMethodIdWithJit() 897 bool ArkGetNextFrameWithJit(ArkUnwindParam *arkUnwindParam, uintptr_t ¤tPtr, 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/ |
| D | tlab.cpp | 94 void *currentPtr = memoryStartAddr_; in IterateOverObjectsInRange() local
|
| D | bump-allocator-inl.h | 216 void *currentPtr = objAddr; in IterateOverObjectsInRange() local
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_executor.h | 52 const uint8_t *currentPtr = nullptr; member
|