Home
last modified time | relevance | path

Searched refs:ProcessSharedNativeDelete (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_gc.cpp109 thread->GetEcmaVM()->ProcessSharedNativeDelete(gcUpdateWeak); in Sweep()
Dshared_full_gc.cpp115 thread->GetEcmaVM()->ProcessSharedNativeDelete(gcUpdateWeak); in Sweep()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp568 void EcmaVM::ProcessSharedNativeDelete(const WeakRootVisitor& visitor) in ProcessSharedNativeDelete() function in panda::ecmascript::EcmaVM
570 heap_->ProcessSharedNativeDelete(visitor); in ProcessSharedNativeDelete()
Decma_vm.h272 void ProcessSharedNativeDelete(const WeakRootVisitor &visitor);
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h1593 inline void ProcessSharedNativeDelete(const WeakRootVisitor& visitor);
Dheap-inl.h1115 void Heap::ProcessSharedNativeDelete(const WeakRootVisitor& visitor) in ProcessSharedNativeDelete() function