Searched refs:PushToNativePointerList (Results 1 – 6 of 6) sorted by relevance
121 vm_->PushToNativePointerList(static_cast<JSNativePointer *>(header), isConcurrent); in NewJSNativePointer()
579 void EcmaVM::PushToNativePointerList(JSNativePointer* pointer, Concurrent isConcurrent) in PushToNativePointerList() function in panda::ecmascript::EcmaVM581 heap_->PushToNativePointerList(pointer, isConcurrent == Concurrent::YES); in PushToNativePointerList()
234 … void PushToNativePointerList(JSNativePointer *pointer, Concurrent isConcurrent = Concurrent::NO);
185 thread_->GetEcmaVM()->PushToNativePointerList(nativePointer); in HandleNewObjectEncodeFlag()
1595 inline void PushToNativePointerList(JSNativePointer* pointer, bool isConcurrent);
1186 void Heap::PushToNativePointerList(JSNativePointer* pointer, bool isConcurrent) in PushToNativePointerList() function