Searched defs:spaceEnd_ (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ | ||
H A D | work_manager.cpp | 34 ASSERT(allocatedSize < WORKNODE_SPACE_SIZE); uintptr_t begin = spaceStart_; if (begin + allocatedSize >= spaceEnd_) AllocateWorkNode() argument |
H A D | work_manager.h | 182 uintptr_t spaceEnd_; member in panda::ecmascript::WorkManagerBase |
Completed in 2 milliseconds