Home
last modified time | relevance | path

Searched refs:VALUE_TRUE (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_compare_op.cpp66 if (right.GetRawData() == JSTaggedValue::VALUE_TRUE) { in EqualWithIC()
112 if (rightHandle.GetTaggedValue().GetRawData() == JSTaggedValue::VALUE_TRUE) { in EqualWithIC()
142 if (left.GetRawData() == JSTaggedValue::VALUE_TRUE) { in EqualWithIC()
145 if (right.GetRawData() == JSTaggedValue::VALUE_TRUE) { in EqualWithIC()
248 if (right.GetRawData() == JSTaggedValue::VALUE_TRUE) { in Compare()
298 if (rightHandle.GetTaggedValue().GetRawData() == JSTaggedValue::VALUE_TRUE) { in Compare()
322 if (left.GetRawData() == JSTaggedValue::VALUE_TRUE) { in Compare()
325 if (right.GetRawData() == JSTaggedValue::VALUE_TRUE) { in Compare()
333 if (left.GetRawData() == JSTaggedValue::VALUE_TRUE) { in Compare()
346 if (leftHandle.GetTaggedValue().GetRawData() == JSTaggedValue::VALUE_TRUE) { in Compare()
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dtagged_value.h103 static constexpr TaggedType VALUE_TRUE = variable
241 return value_ == VALUE_FALSE || value_ == VALUE_TRUE; in IsBoolean()
293 return value_ == VALUE_TRUE; in IsTrue()
328 return TaggedValue(VALUE_TRUE); in True()
/arkcompiler/runtime_core/bytecode_optimizer/
Dtagged_value.h80 static constexpr TaggedType VALUE_TRUE = variable
134 return value_ == VALUE_FALSE || value_ == VALUE_TRUE; in IsBoolean()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value_internals.h77 static constexpr JSTaggedType VALUE_TRUE = TAG_BOOLEAN_MASK | static_cast<JSTaggedType>(true); variable
Djs_tagged_value.h236 return value_ == VALUE_TRUE; in IsTrue()
292 return JSTaggedValue(VALUE_TRUE); in True()
Djs_tagged_value-inl.h61 case JSTaggedValue::VALUE_TRUE: { in ToBoolean()
97 case JSTaggedValue::VALUE_TRUE: { in ToNumber()
142 case JSTaggedValue::VALUE_TRUE: { in ToBigInt()
Djs_tagged_value.cpp514 case VALUE_TRUE: { in ToString()
602 case JSTaggedValue::VALUE_TRUE: in ToObject()
Djs_typed_array.cpp626 case JSTaggedValue::VALUE_TRUE: { in NonEcmaObjectToNumber()
Ddump.cpp1246 case VALUE_TRUE: in DumpSpecialValue()
/arkcompiler/runtime_core/arkplatform/tests/
Djsnapi_test.cpp116 ASSERT_EQ(ToJSTaggedValue(*res), JSValueRefInternals::VALUE_TRUE); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h234 case JSTaggedValue::VALUE_TRUE: in FastTypeOf()
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp244 case JSTaggedValue::VALUE_TRUE: in SerializeJSONProperty()
Dfast_json_stringifier.cpp102 case JSTaggedValue::VALUE_TRUE: in SerializeJSONProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.h466 …return GetCircuit()->GetConstantGate(MachineType::I64, JSTaggedValue::VALUE_TRUE, GateType::Tagged… in TaggedTrue()
Dbytecode_circuit_builder.cpp474 JSTaggedValue::VALUE_TRUE, in NewConst()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2582 return JSTaggedValue::VALUE_TRUE; in DEF_RUNTIME_STUBS()
2596 return JSTaggedValue::VALUE_TRUE; in DEF_RUNTIME_STUBS()