Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory-inl.h86 vm_->PushToNativePointerList(static_cast<JSNativePointer *>(header)); in NewJSNativePointer()
Decma_vm.h183 void PushToNativePointerList(JSNativePointer *array);
Decma_vm.cpp423 void EcmaVM::PushToNativePointerList(JSNativePointer *array) in PushToNativePointerList() function in panda::ecmascript::EcmaVM