Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp155 Label posTagNotUndefined(env); in DECLARE_BUILTINS() local
177 Branch(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &next, &posTagNotUndefined); in DECLARE_BUILTINS()
178 Bind(&posTagNotUndefined); in DECLARE_BUILTINS()
230 Label posTagNotUndefined(env); in DECLARE_BUILTINS() local
256 Branch(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &next, &posTagNotUndefined); in DECLARE_BUILTINS()
257 Bind(&posTagNotUndefined); in DECLARE_BUILTINS()
496 Label posTagNotUndefined(env); in DECLARE_BUILTINS() local
519 Branch(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &next, &posTagNotUndefined); in DECLARE_BUILTINS()
520 Bind(&posTagNotUndefined); in DECLARE_BUILTINS()