Home
last modified time | relevance | path

Searched defs:unhandledObjects (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp678 …VisitUnhandledObjects(const GCRootVisitor &visitor, PandaUnorderedSet<EtsObject *> &unhandledObjec… in VisitUnhandledObjects()
767 static void UpdateUnhandledObjects(PandaUnorderedSet<EtsObject *> &unhandledObjects, const GCRootUp… in UpdateUnhandledObjects()
936 void PandaEtsVM::AddUnhandledObjectImpl(PandaUnorderedSet<EtsObject *> &unhandledObjects, EtsObject… in AddUnhandledObjectImpl()
942 void PandaEtsVM::RemoveUnhandledObjectImpl(PandaUnorderedSet<EtsObject *> &unhandledObjects, EtsObj… in RemoveUnhandledObjectImpl()
950 EtsCoroutine *coro, const PandaUnorderedSet<EtsObject *> &unhandledObjects) in CreateEtsObjectArrayFromNativeSet()