Home
last modified time | relevance | path

Searched refs:afterLoop (Results 1 – 8 of 8) 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 …]
Dbuiltins_object_stub_builder.cpp109 Label afterLoop(env); in CreateListFromArrayLike() local
116 Branch(Int32UnsignedLessThan(*index, int32Len), &storeValue, &afterLoop); in CreateListFromArrayLike()
134 Bind(&afterLoop); in CreateListFromArrayLike()
919 Label afterLoop(env); in GetNumKeysFromDictionary() local
928 Branch(Int32UnsignedLessThan(*i, size), &iLessSize, &afterLoop); in GetNumKeysFromDictionary()
944 Bind(&afterLoop); in GetNumKeysFromDictionary()
964 Label afterLoop(env); in LayoutInfoGetAllEnumKeys() local
971 Branch(Int32UnsignedLessThan(*i, end), &iLessEnd, &afterLoop); in LayoutInfoGetAllEnumKeys()
987 Bind(&afterLoop); in LayoutInfoGetAllEnumKeys()
1026 Label afterLoop(env); in CopyFromEnumCache() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp800 Label afterLoop(env); in DECLARE_ASM_HANDLER() local
801 Branch(Int32LessThan(*i, level), &loopHead, &afterLoop); in DECLARE_ASM_HANDLER()
805 Branch(Int32LessThan(*i, level), &loopEnd, &afterLoop); in DECLARE_ASM_HANDLER()
808 Bind(&afterLoop); in DECLARE_ASM_HANDLER()
829 Label afterLoop(env); in DECLARE_ASM_HANDLER() local
830 Branch(Int32LessThan(*i, level), &loopHead, &afterLoop); in DECLARE_ASM_HANDLER()
834 Branch(Int32LessThan(*i, level), &loopEnd, &afterLoop); in DECLARE_ASM_HANDLER()
837 Bind(&afterLoop); in DECLARE_ASM_HANDLER()
857 Label afterLoop(env); in DECLARE_ASM_HANDLER() local
858 Branch(Int32LessThan(*i, level), &loopHead, &afterLoop); in DECLARE_ASM_HANDLER()
[all …]
Dstub_builder.cpp196 Label afterLoop(env); in FindElementWithCache() local
204 Jump(&afterLoop); in FindElementWithCache()
220 Branch(Int32UnsignedLessThan(*i, propsNum), &loopEnd, &afterLoop); in FindElementWithCache()
224 Bind(&afterLoop); in FindElementWithCache()
258 Label afterLoop(env); in FindElementFromNumberDictionary() local
314 Label afterLoop(env); in FindEntryFromNameDictionary() local
423 Label afterLoop(env); in FindEntryFromTransitionDictionary() local
1486 Label afterLoop(env); in StringToElementIndex() local
1488 Branch(Int32UnsignedLessThan(*i, len), &loopHead, &afterLoop); in StringToElementIndex()
1500 Branch(Int32UnsignedLessThan(*i, len), &loopEnd, &afterLoop); in StringToElementIndex()
[all …]
Dnew_object_stub_builder.cpp255 Label afterLoop(env); in ExtendArray() local
263 Branch(Int32UnsignedLessThan(*index, oldL), &storeValue, &afterLoop); in ExtendArray()
289 Bind(&afterLoop); in ExtendArray()
370 Label afterLoop(env); in CopyArray() local
375 Branch(Int32UnsignedLessThan(*index, newLen), &storeValue, &afterLoop); in CopyArray()
386 Bind(&afterLoop); in CopyArray()
Dmcr_circuit_builder.cpp1314 Label afterLoop(env_); in NeedCheckProperty() local
1321 Branch(TaggedIsHeapObject(*current), &loopHead, &afterLoop); in NeedCheckProperty()
1330 Branch(TaggedIsHeapObject(*current), &loopEnd, &afterLoop); in NeedCheckProperty()
1334 Bind(&afterLoop); in NeedCheckProperty()
Dtyped_hcr_lowering.cpp2585 Label afterLoop(&builder_); in LowerOrdinaryHasInstance() local
2591 builder_.Branch(builder_.TaggedIsNull(*object), &afterLoop, &loopHead); in LowerOrdinaryHasInstance()
2639 builder_.Branch(builder_.TaggedIsNull(*object), &afterLoop, &loopEnd); in LowerOrdinaryHasInstance()
2643 builder_.Bind(&afterLoop); in LowerOrdinaryHasInstance()
Dstub_builder-inl.h3046 Label afterLoop(env); in LoadHCIndexFromConstPool()
3055 Jump(&afterLoop); in LoadHCIndexFromConstPool()
3061 Bind(&afterLoop); in LoadHCIndexFromConstPool()