Home
last modified time | relevance | path

Searched refs:IsSpecial (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dencode_bit.h120 bool IsSpecial() const in IsSpecial() function
Dsnapshot_processor.cpp1612 if (taggedValue.IsSpecial()) { in SerializeTaggedField()
1643 if (encodeBit.IsReference() && !encodeBit.IsSpecial()) { in DeserializeTaggedField()
1656 if (encodeBit.IsSpecial()) { in DeserializeTaggedField()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h37 if ((handleValue).GetTaggedValue().IsSpecial()) { \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp1718 GateRef condition = builder_.IsSpecial(value, JSTaggedValue::VALUE_FALSE); in LowerConditionJump()
1862 builder_.Branch(builder_.IsSpecial(*result, JSTaggedValue::VALUE_HOLE), &slowPath, &exit); in LowerStOwnByValue()
1897 builder_.Branch(builder_.IsSpecial(*result, JSTaggedValue::VALUE_HOLE), &slowPath, &exit); in LowerStOwnByIndex()
1935 builder_.Branch(builder_.IsSpecial(*result, JSTaggedValue::VALUE_HOLE), &slowPath, &exit); in LowerStOwnByName()
2052 builder_.Branch(builder_.IsSpecial(res, JSTaggedValue::VALUE_HOLE), in LowerStOwnByValueWithNameSet()
2057 builder_.Branch(builder_.IsSpecial(res, JSTaggedValue::VALUE_EXCEPTION), in LowerStOwnByValueWithNameSet()
2069 builder_.Branch(builder_.IsSpecial(res, JSTaggedValue::VALUE_EXCEPTION), in LowerStOwnByValueWithNameSet()
2104 builder_.Branch(builder_.IsSpecial(result, JSTaggedValue::VALUE_HOLE), in LowerStOwnByNameWithNameSet()
2109 builder_.Branch(builder_.IsSpecial(result, JSTaggedValue::VALUE_EXCEPTION), in LowerStOwnByNameWithNameSet()
2121 builder_.Branch(builder_.IsSpecial(result, JSTaggedValue::VALUE_EXCEPTION), in LowerStOwnByNameWithNameSet()
[all …]
Dtype_mcr_lowering.cpp569 builder_.Branch(builder_.IsSpecial(getter, JSTaggedValue::VALUE_UNDEFINED), &exit, &callGetter); in LowerCallGetter()
614 builder_.Branch(builder_.IsSpecial(setter, JSTaggedValue::VALUE_UNDEFINED), &exit, &callSetter); in LowerCallSetter()
Dcircuit_builder.h456 inline GateRef IsSpecial(GateRef x, JSTaggedType type);
Dcircuit_builder-inl.h291 GateRef CircuitBuilder::IsSpecial(GateRef x, JSTaggedType type) in IsSpecial() function
/arkcompiler/ets_runtime/ecmascript/
Dtagged_array-inl.h142 ASSERT(initValue.IsSpecial()); in InitializeWithSpecialValue()
Djs_tagged_value.h228 ARK_INLINE bool IsSpecial() const in IsSpecial() function
Djs_tagged_value.cpp418 if (tagged->IsSpecial()) { in ToString()
Ddump.cpp1139 ASSERT(IsSpecial()); in DumpSpecialValue()
1204 } else if (IsSpecial()) { in DumpTaggedValue()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h111 if (right.IsSpecial()) { in FastEqual()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h145 ASSERT(initValue.IsSpecial());