Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp915 BRANCH(TaggedIsInt(startTag), &startTagIsInt, slowPath); in CopyWithin() local
1581 BRANCH(TaggedIsInt(startTag), &startTagIsInt, slowPath); in Slice() local
H A Dbuiltins_string_stub_builder.cpp484 BRANCH(TaggedIsInt(startTag), &startTagIsInt, slowPath); in Substring() local
1003 BRANCH(TaggedIsInt(startTag), &startTagIsInt, slowPath); in Slice() local
H A Dbuiltins_array_stub_builder.cpp3533 BRANCH(TaggedIsInt(startTag), &startTagIsInt, slowPath); in CopyWithin() local

Completed in 20 milliseconds