Home
last modified time | relevance | path

Searched refs:VisitObjectBodyWithRep (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.h108 …bool VisitObjectBodyWithRep(TaggedObject *root, ObjectSlot slot, uintptr_t obj, int index, VisitOb…
Dsnapshot_processor.cpp1477 if (VisitObjectBodyWithRep(root, slot, snapshotObj, index, area)) { in SerializeObject()
1490 bool SnapshotProcessor::VisitObjectBodyWithRep(TaggedObject *root, ObjectSlot slot, uintptr_t obj, … in VisitObjectBodyWithRep() function in panda::ecmascript::SnapshotProcessor