Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.h64 EncodeBit GetObjectEncode(JSTaggedValue object, CQueue<TaggedObject *> *queue,
Dsnapshot_processor.cpp1615 EncodeBit encodeBit = GetObjectEncode(taggedValue, queue, data); in SerializeTaggedField()
1634 EncodeBit encodeBit = GetObjectEncode(taggedValue, queue, data); in SerializeTaggedField()
1888 EncodeBit SnapshotProcessor::GetObjectEncode(JSTaggedValue object, CQueue<TaggedObject *> *queue, in GetObjectEncode() function in panda::ecmascript::SnapshotProcessor