Home
last modified time | relevance | path

Searched defs:endTagIsInt (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp925 BRANCH(TaggedIsInt(endTag), &endTagIsInt, slowPath); in CopyWithin() local
1590 BRANCH(TaggedIsInt(endTag), &endTagIsInt, slowPath); in Slice() local
H A Dbuiltins_string_stub_builder.cpp504 BRANCH(TaggedIsInt(endTag), &endTagIsInt, slowPath); in Substring() local
1016 BRANCH(TaggedIsInt(endTag), &endTagIsInt, slowPath); in Slice() local
H A Dbuiltins_array_stub_builder.cpp3545 BRANCH(TaggedIsInt(endTag), &endTagIsInt, slowPath); in CopyWithin() local

Completed in 20 milliseconds