Searched defs:currentPtr (Results 1 – 4 of 4) sorted by relevance
| /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/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 637 …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 ¤tPtr, in ArkGetNextFrame() 788 bool ArkGetMethodIdWithJit(ArkUnwindParam *arkUnwindParam, uintptr_t currentPtr) in ArkGetMethodIdWithJit() 820 bool ArkGetNextFrameWithJit(ArkUnwindParam *arkUnwindParam, uintptr_t ¤tPtr, 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/ |
| D | regexp_executor.h | 52 const uint8_t *currentPtr = nullptr; member
|