Home
last modified time | relevance | path

Searched defs:newEnd (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/
Dheap.h200 static void OnHeapExtended(HeapAddress newEnd) { heapCurrentEnd_ = newEnd; } in OnHeapExtended()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_queue.h78 uint32_t newEnd = 0; in Push() local
Djs_thread.h1105 void OnHeapExtended(uintptr_t newEnd) in OnHeapExtended()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_item_container.cpp449 …auto newEnd = std::partition(vecItems->begin(), vecItems->end(), [](const ScalarValueItem &valueIt… in CleanupArrayValueItems() local
511 …auto newEnd = std::partition(foreignItems_.begin(), foreignItems_.end(), [](const std::unique_ptr<… in DeleteForeignItems() local