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.h74 EncodeBit GetObjectEncode(JSTaggedValue object, CQueue<TaggedObject *> *queue,
Dsnapshot_processor.cpp1594 EncodeBit encodeBit = GetObjectEncode(taggedValue, queue, data); in SerializeTaggedField()
1613 EncodeBit encodeBit = GetObjectEncode(taggedValue, queue, data); in SerializeTaggedField()
1881 EncodeBit SnapshotProcessor::GetObjectEncode(JSTaggedValue object, CQueue<TaggedObject *> *queue, in GetObjectEncode() function in panda::ecmascript::SnapshotProcessor