Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp548 BRANCH(TaggedIsInt(fromIndex), &taggedIsInt, slowPath); in LastIndexOf() local
648 BRANCH(TaggedIsInt(index), &taggedIsInt, slowPath); in IndexOf() local
1736 BRANCH(TaggedIsInt(index), &taggedIsInt, slowPath); in With() local
2200 BRANCH(TaggedIsInt(fromOffset), &taggedIsInt, slowPath); Set() local
[all...]
H A Dbuiltins_array_stub_builder.cpp72 BRANCH(TaggedIsInt(index), &taggedIsInt, slowPath); in With() local

Completed in 16 milliseconds