Home
last modified time | relevance | path

Searched refs:rightStr (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dts_hcr_opt_pass.cpp102 JSTaggedValue rightStr = GetStringFromConstantPool(rightMethodOffset, rightId, false); in ConvertStringEqualToConst() local
103 if (leftStr == JSTaggedValue::Undefined() || rightStr == JSTaggedValue::Undefined()) { in ConvertStringEqualToConst()
106 if (leftStr == rightStr) { in ConvertStringEqualToConst()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dfast_runtime_stub-inl.h141 auto rightStr = static_cast<EcmaString *>(right.GetTaggedObject()); in FastStrictEqual() local
142 if (EcmaStringAccessor(leftStr).IsFlat() && EcmaStringAccessor(rightStr).IsFlat()) { in FastStrictEqual()

Completed in 3 milliseconds