Home
last modified time | relevance | path

Searched refs:msg0Int (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp1196 Label msg0Int(env); in Slice() local
1197 BRANCH(TaggedIsInt(msg0), &msg0Int, slowPath); in Slice()
1198 Bind(&msg0Int); in Slice()