Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp518 Label posNotLessZero(env); in StringIndexOf() local
538 Branch(Int32LessThan(pos, Int32(0)), &posLessZero, &posNotLessZero); in StringIndexOf()
542 Jump(&posNotLessZero); in StringIndexOf()
544 Bind(&posNotLessZero); in StringIndexOf()
Dbuiltins_stubs.cpp159 Label posNotLessZero(env); in DECLARE_BUILTINS() local
196 Branch(Int32LessThan(*pos, Int32(0)), &exit, &posNotLessZero); in DECLARE_BUILTINS()
197 Bind(&posNotLessZero); in DECLARE_BUILTINS()
501 Label posNotLessZero(env); in DECLARE_BUILTINS() local
538 Branch(Int32LessThan(*pos, Int32(0)), &posGreaterLen, &posNotLessZero); in DECLARE_BUILTINS()
539 Bind(&posNotLessZero); in DECLARE_BUILTINS()