Searched refs:PushToSharedNativePointerList (Results 1 – 5 of 5) sorted by relevance
584 void EcmaVM::PushToSharedNativePointerList(JSNativePointer* pointer) in PushToSharedNativePointerList() function in panda::ecmascript::EcmaVM586 heap_->PushToSharedNativePointerList(pointer); in PushToSharedNativePointerList()
271 void PushToSharedNativePointerList(JSNativePointer *pointer);
536 vm_->PushToSharedNativePointerList(static_cast<JSNativePointer *>(header)); in NewSJSNativePointer()
1596 inline void PushToSharedNativePointerList(JSNativePointer* pointer);
1196 void Heap::PushToSharedNativePointerList(JSNativePointer* pointer) in PushToSharedNativePointerList() function