Home
last modified time | relevance | path

Searched refs:VALUE_FALSE (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
Dtagged_value.h78 static constexpr TaggedType VALUE_FALSE = variable
134 return value_ == VALUE_FALSE || value_ == VALUE_TRUE; in IsBoolean()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h105 static constexpr JSTaggedType VALUE_FALSE = TAG_BOOLEAN_MASK | static_cast<JSTaggedType>(false); variable
291 return value_ == VALUE_FALSE; in IsFalse()
347 return JSTaggedValue(VALUE_FALSE); in False()
Djs_tagged_value-inl.h60 case JSTaggedValue::VALUE_FALSE: { in ToBoolean()
101 case JSTaggedValue::VALUE_FALSE: in ToNumber()
140 case JSTaggedValue::VALUE_FALSE: { in ToBigInt()
Djs_tagged_value.cpp429 case VALUE_FALSE: { in ToString()
499 case JSTaggedValue::VALUE_FALSE: { in ToObject()
Djs_typed_array.cpp619 case JSTaggedValue::VALUE_FALSE: in NonEcmaObjectToNumber()
Ddump.cpp1148 case VALUE_FALSE: in DumpSpecialValue()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h233 case JSTaggedValue::VALUE_FALSE: in FastTypeOf()
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp343 case JSTaggedValue::VALUE_FALSE: in SerializeJSONProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h571 …return GetCircuit()->GetConstantGate(MachineType::I64, JSTaggedValue::VALUE_FALSE, GateType::Tagge… in TaggedFalse()
Dbytecode_circuit_builder.cpp845 JSTaggedValue::VALUE_FALSE, in NewConst()
Dslowpath_lowering.cpp1718 GateRef condition = builder_.IsSpecial(value, JSTaggedValue::VALUE_FALSE); in LowerConditionJump()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1988 return JSTaggedValue::VALUE_FALSE; in DEF_RUNTIME_STUBS()
2002 return JSTaggedValue::VALUE_FALSE; in DEF_RUNTIME_STUBS()