Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp35 Label objIsJSAPIVector(env); in ContainersCommonFuncCall() local
53 Branch(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in ContainersCommonFuncCall()
54 Bind(&objIsJSAPIVector); in ContainersCommonFuncCall()
153 Label objIsJSAPIVector(env); in QueueCommonFuncCall() local
171 Branch(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in QueueCommonFuncCall()
172 Bind(&objIsJSAPIVector); in QueueCommonFuncCall()
259 Label objIsJSAPIVector(env); in DequeCommonFuncCall() local
277 Branch(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in DequeCommonFuncCall()
278 Bind(&objIsJSAPIVector); in DequeCommonFuncCall()