Home
last modified time | relevance | path

Searched refs:IsTreeString (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h512 bool IsTreeString() const in IsTreeString() function
514 return GetClass()->IsTreeString(); in IsTreeString()
680 CAST_CHECK(TreeEcmaString, IsTreeString);
714 if (string->IsTreeString()) { in Get()
1091 bool IsTreeString() const in IsTreeString() function
1093 return string_->IsTreeString(); in IsTreeString()
Decma_string.cpp909 if (s->IsTreeString()) { in Flatten()
925 if (string->IsTreeString()) { in FlattenNoGC()
952 if (string->IsTreeString()) { in GetUtf8DataFlat()
969 if (string->IsTreeString()) { in GetUtf16DataFlat()
Decma_string-inl.h275 if (!JSTaggedValue(this).IsTreeString()) { in IsFlat()
Djs_tagged_value-inl.h474 inline bool JSTaggedValue::IsTreeString() const in IsTreeString() function
476 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTreeString(); in IsTreeString()
Djs_tagged_value.h518 bool IsTreeString() const;
Djs_hclass.h527 inline bool IsTreeString() const in IsTreeString() function
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1802 if (EcmaStringAccessor(objectHeader).IsTreeString()) { in EncodeTaggedObject()
1824 if (EcmaStringAccessor(objectHeader).IsTreeString()) { in EncodeTaggedObject()
1866 if (EcmaStringAccessor(oldObjHeader).IsTreeString()) { in EncodeTaggedObject()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h307 GateRef IsTreeString(GateRef obj);
Dstub_builder-inl.h1134 inline GateRef StubBuilder::IsTreeString(GateRef obj) in IsTreeString() function
Dstub_builder.cpp6036 Branch(IsTreeString(str), &isTreeString, &exit); in FlattenString()
6096 Branch(IsTreeString(str), &isTreeString, &exit); in FlattenString()