Home
last modified time | relevance | path

Searched refs:IsNJSValueType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h205 bool IsNJSValueType() const in IsNJSValueType() function
Dgate_accessor.cpp1012 if (GetGateType(gate).IsNJSValueType() || in IsConstantNumber()
1025 if (GetGateType(gate).IsNJSValueType()) { in GetFloat64FromConstant()
1038 if (GetGateType(gate).IsNJSValueType()) { in GetInt32FromConstant()
1110 if (!type.IsAnyType() && !valueType.IsNJSValueType()) { in ReplaceGate()
Dnumber_speculative_retype.cpp173 if (acc_.GetGateType(gate).IsNJSValueType()) { in VisitConstant()
731 if (acc_.GetGateType(gate).IsNJSValueType()) { in TryConvertConstant()
Dtype_mcr_lowering.cpp452 ASSERT(acc_.GetGateType(length).IsNJSValueType()); in LowerIndexCheck()