Home
last modified time | relevance | path

Searched refs:sharedNativePointerList_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap-inl.h1056 sharedNativePointerList_.emplace_back(pointer); in PushToSharedNativePointerList()
1065 auto sharedIter = sharedNativePointerList_.begin(); in ProcessSharedNativeDelete()
1066 while (sharedIter != sharedNativePointerList_.end()) { in ProcessSharedNativeDelete()
1072 SwapBackAndPop(sharedNativePointerList_, sharedIter); in ProcessSharedNativeDelete()
1080 ShrinkWithFactor(sharedNativePointerList_); in ProcessSharedNativeDelete()
H A Dheap.h892 CVector<JSNativePointer *> sharedNativePointerList_; member in panda::panda::ecmascript::SharedHeap

Completed in 6 milliseconds