Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp161 Label posTagIsDouble(env); in DECLARE_BUILTINS() local
186 Branch(TaggedIsDouble(posTag), &posTagIsDouble, &slowPath); in DECLARE_BUILTINS()
187 Bind(&posTagIsDouble); in DECLARE_BUILTINS()
234 Label posTagIsDouble(env); in DECLARE_BUILTINS() local
265 Branch(TaggedIsDouble(posTag), &posTagIsDouble, &slowPath); in DECLARE_BUILTINS()
266 Bind(&posTagIsDouble); in DECLARE_BUILTINS()
349 Label posTagIsDouble(env); in DECLARE_BUILTINS() local
381 Branch(TaggedIsDouble(startTag), &posTagIsDouble, &slowPath); in DECLARE_BUILTINS()
382 Bind(&posTagIsDouble); in DECLARE_BUILTINS()
503 Label posTagIsDouble(env); in DECLARE_BUILTINS() local
[all …]