Searched refs:BRANCH_LIKELY (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_collator_stub_builder.cpp | 33 BRANCH_LIKELY(TaggedIsHeapObject(thisValue), &isHeapObject, slowPath); in ResolvedOptions() 35 BRANCH_LIKELY(IsJSCollator(thisValue), &isJsCollator, slowPath); in ResolvedOptions()
|
H A D | builtins_array_stub_builder.cpp | 2020 BRANCH_LIKELY(Int32UnsignedLessThan(*index, thisArrLen), &body, &loopExit); in DoReverse()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | stub_builder.h | 149 #define BRANCH_LIKELY(condition, trueLabel, falseLabel) \ macro
|
H A D | stub_builder.cpp | 327 BRANCH_LIKELY(Int32LessThan(Int32(idx), propsNum), &check, ¬Fount); in FindElementWithCache() 2062 BRANCH_LIKELY(Int64Equal(state, Int64(static_cast<int64_t>(MarkStatus::READY_TO_MARK))), &exit, &marking); in SetNonSValueWithBarrier() 10389 BRANCH_LIKELY(Int32UnsignedLessThan(*offset, Int32Mul(length, Int32(tSize))), &storeValue, &exit); in ArrayCopy() 10444 BRANCH_LIKELY(Int32UnsignedGreaterThan(*offset, Int32(0)), &storeValue, &exit); in ArrayCopy()
|
Completed in 30 milliseconds