Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp71 Label notCall(env); in ContainersCommonFuncCall() local
76 Branch(IsCallable(callbackFnHandle), &isCall, &notCall); in ContainersCommonFuncCall()
77 Bind(&notCall); in ContainersCommonFuncCall()
189 Label notCall(env); in QueueCommonFuncCall() local
194 Branch(IsCallable(callbackFnHandle), &isCall, &notCall); in QueueCommonFuncCall()
195 Bind(&notCall); in QueueCommonFuncCall()
295 Label notCall(env); in DequeCommonFuncCall() local
300 Branch(IsCallable(callbackFnHandle), &isCall, &notCall); in DequeCommonFuncCall()
301 Bind(&notCall); in DequeCommonFuncCall()
403 Label notCall(env); in ContainersLightWeightCall() local
[all …]