Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory-inl.h121 vm_->PushToNativePointerList(static_cast<JSNativePointer *>(header), isConcurrent); in NewJSNativePointer()
Decma_vm.cpp579 void EcmaVM::PushToNativePointerList(JSNativePointer* pointer, Concurrent isConcurrent) in PushToNativePointerList() function in panda::ecmascript::EcmaVM
581 heap_->PushToNativePointerList(pointer, isConcurrent == Concurrent::YES); in PushToNativePointerList()
Decma_vm.h234 … void PushToNativePointerList(JSNativePointer *pointer, Concurrent isConcurrent = Concurrent::NO);
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp185 thread_->GetEcmaVM()->PushToNativePointerList(nativePointer); in HandleNewObjectEncodeFlag()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h1595 inline void PushToNativePointerList(JSNativePointer* pointer, bool isConcurrent);
Dheap-inl.h1186 void Heap::PushToNativePointerList(JSNativePointer* pointer, bool isConcurrent) in PushToNativePointerList() function