Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp44 Label afterLoop(env); in ContainersCommonFuncCall() local
100 Branch(Int32LessThan(*k, *length), &next, &afterLoop); in ContainersCommonFuncCall()
122 Branch(Int32GreaterThanOrEqual(*k, *length), &afterLoop, &setValue); in ContainersCommonFuncCall()
134 Bind(&afterLoop); in ContainersCommonFuncCall()
162 Label afterLoop(env); in QueueCommonFuncCall() local
218 Branch(Int32LessThan(*k, *length), &next, &afterLoop); in QueueCommonFuncCall()
240 Bind(&afterLoop); in QueueCommonFuncCall()
268 Label afterLoop(env); in DequeCommonFuncCall() local
327 Branch(Int32NotEqual(*first, last), &next, &afterLoop); in DequeCommonFuncCall()
349 Bind(&afterLoop); in DequeCommonFuncCall()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp646 Label afterLoop(env); in DECLARE_ASM_HANDLER() local
647 Branch(Int32LessThan(*i, level), &loopHead, &afterLoop); in DECLARE_ASM_HANDLER()
651 Branch(Int32LessThan(*i, level), &loopEnd, &afterLoop); in DECLARE_ASM_HANDLER()
654 Bind(&afterLoop); in DECLARE_ASM_HANDLER()
675 Label afterLoop(env); in DECLARE_ASM_HANDLER() local
676 Branch(Int32LessThan(*i, level), &loopHead, &afterLoop); in DECLARE_ASM_HANDLER()
680 Branch(Int32LessThan(*i, level), &loopEnd, &afterLoop); in DECLARE_ASM_HANDLER()
683 Bind(&afterLoop); in DECLARE_ASM_HANDLER()
703 Label afterLoop(env); in DECLARE_ASM_HANDLER() local
704 Branch(Int32LessThan(*i, level), &loopHead, &afterLoop); in DECLARE_ASM_HANDLER()
[all …]
Dstub_builder.cpp130 Label afterLoop(env); in FindElementWithCache() local
138 Jump(&afterLoop); in FindElementWithCache()
156 Branch(Int32UnsignedLessThan(*i, propsNum), &loopEnd, &afterLoop); in FindElementWithCache()
160 Bind(&afterLoop); in FindElementWithCache()
196 Label afterLoop(env); in FindElementFromNumberDictionary() local
252 Label afterLoop(env); in FindEntryFromNameDictionary() local
361 Label afterLoop(env); in FindEntryFromTransitionDictionary() local
1334 Label afterLoop(env); in StringToElementIndex() local
1336 Branch(Int32UnsignedLessThan(*i, len), &loopHead, &afterLoop); in StringToElementIndex()
1348 Branch(Int32UnsignedLessThan(*i, len), &loopEnd, &afterLoop); in StringToElementIndex()
[all …]