Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp85 processor.EncodeTaggedObjectRange(start, end, &objectQueue, &data); in Serialize()
122 processor.EncodeTaggedObjectRange(start, end, &objectQueue, &data); in SerializeBuiltins()
Dsnapshot_processor.h76 void EncodeTaggedObjectRange(ObjectSlot start, ObjectSlot end, CQueue<TaggedObject *> *queue,
Dsnapshot_processor.cpp1896 void SnapshotProcessor::EncodeTaggedObjectRange(ObjectSlot start, ObjectSlot end, CQueue<TaggedObje… in EncodeTaggedObjectRange() function in panda::ecmascript::SnapshotProcessor