Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp398 Label lessEnd(env); in StringIndexOf() local
464 Branch(Int32LessThan(*j, end), &lessEnd, &nextCount2); in StringIndexOf()
465 Bind(&lessEnd); in StringIndexOf()