Searched defs:taggedIsInt (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_typedarray_stub_builder.cpp | 548 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 D | builtins_array_stub_builder.cpp | 72 BRANCH(TaggedIsInt(index), &taggedIsInt, slowPath); in With() local
|
Completed in 14 milliseconds