Home
last modified time | relevance | path

Searched refs:isMatch (Results 1 – 2 of 2) sorted by relevance

/ark/js_runtime/ecmascript/base/
Djson_parser.h456 bool isMatch = MatchText(str, strLen); in ParseLiteral() local
457 if (LIKELY(isMatch)) { in ParseLiteral()
/ark/js_runtime/ecmascript/compiler/
Dstub.cpp472 Label isMatch(env); in FindElementFromNumberDictionary() local
474 Branch(Int32Equal(index, TaggedCastToInt32(element)), &isMatch, &notMatch); in FindElementFromNumberDictionary()
475 Bind(&isMatch); in FindElementFromNumberDictionary()
564 Label isMatch(env); in FindEntryFromNameDictionary() local
566 Branch(Int64Equal(key, element), &isMatch, &notMatch); in FindEntryFromNameDictionary()
568 Bind(&isMatch); in FindEntryFromNameDictionary()
676 Label isMatch(env); in FindEntryFromTransitionDictionary() local
681 &isMatch, &notMatch); in FindEntryFromTransitionDictionary()
683 Bind(&isMatch); in FindEntryFromTransitionDictionary()
2282 Label isMatch(env); in FindTransitions() local
[all …]