Home
last modified time | relevance | path

Searched defs:curPtr (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_space-inl.h104 auto curPtr = Begin(); in IterateOverObjects() local
117 auto curPtr = ToUintPtr(GetLastTLAB()->GetEndAddr()); in IterateOverObjects() local
Dtlab.cpp76 auto *curPtr = memoryStartAddr_; in IterateOverObjects() local
Dbump-allocator-inl.h163 void *curPtr = arena_.GetAllocatedStart(); in IterateOverObjects() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dspace.cpp114 uintptr_t curPtr = region->GetBegin(); in GetMachineCodeObject() local
251 uintptr_t curPtr = region->GetBegin(); in IterateOverObjects() local
Dsparse_space.cpp291 uintptr_t curPtr = region->GetBegin(); in IterateOverObjects() local
740 size_t MachineCodeSpace::CheckMachineCodeObject(uintptr_t curPtr, uintptr_t &machineCode, uintptr_t… in CheckMachineCodeObject()
769 uintptr_t curPtr = region->GetBegin(); in GetMachineCodeObject() local
Dlinear_space.cpp130 auto curPtr = region->GetBegin(); in IterateOverObjects() local
Dparallel_evacuator.cpp477 auto curPtr = region->GetBegin(); in UpdateNewRegionReference() local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_space.cpp337 uintptr_t curPtr = region->GetBegin(); in IterateOverObjects() local
559 uintptr_t curPtr = region->GetBegin(); in IterateOverObjects() local
646 uintptr_t curPtr = region->GetBegin(); in IterateOverObjects() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool.h220 uint8_t *curPtr = nullptr; variable