Home
last modified time | relevance | path

Searched defs:targetIsInt (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_function_stub_builder.cpp279 BRANCH(TaggedIsInt(result), &targetIsInt, &exit); in BuildArgumentsListFastElements() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp8961 BRANCH(TaggedIsInt(x), &targetIsInt, &targetIsDouble); in TaggedGetNumber() local
8988 BRANCH(TaggedIsInt(x), &targetIsInt, &targetIsDouble); in NumberGetInt() local

Completed in 18 milliseconds