Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp516 Label rhsCountNotEqualZero(env); in StringIndexOf() local
530 Branch(Int32Equal(rhsCount, Int32(0)), &rhsCountEqualZero, &rhsCountNotEqualZero); in StringIndexOf()
536 Bind(&rhsCountNotEqualZero); in StringIndexOf()