Home
last modified time | relevance | path

Searched refs:PushToSharedNativePointerList (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp584 void EcmaVM::PushToSharedNativePointerList(JSNativePointer* pointer) in PushToSharedNativePointerList() function in panda::ecmascript::EcmaVM
586 heap_->PushToSharedNativePointerList(pointer); in PushToSharedNativePointerList()
Decma_vm.h271 void PushToSharedNativePointerList(JSNativePointer *pointer);
Dshared_object_factory.cpp536 vm_->PushToSharedNativePointerList(static_cast<JSNativePointer *>(header)); in NewSJSNativePointer()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h1596 inline void PushToSharedNativePointerList(JSNativePointer* pointer);
Dheap-inl.h1196 void Heap::PushToSharedNativePointerList(JSNativePointer* pointer) in PushToSharedNativePointerList() function