/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | containers_stub_builder.cpp | 44 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 …]
|
D | builtins_object_stub_builder.cpp | 109 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/ |
D | interpreter_stub.cpp | 800 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 …]
|
D | stub_builder.cpp | 196 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 …]
|
D | new_object_stub_builder.cpp | 255 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()
|
D | mcr_circuit_builder.cpp | 1314 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()
|
D | typed_hcr_lowering.cpp | 2585 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()
|
D | stub_builder-inl.h | 3046 Label afterLoop(env); in LoadHCIndexFromConstPool() 3055 Jump(&afterLoop); in LoadHCIndexFromConstPool() 3061 Bind(&afterLoop); in LoadHCIndexFromConstPool()
|