Home
last modified time | relevance | path

Searched refs:BRANCH_LIKELY (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collator_stub_builder.cpp33 BRANCH_LIKELY(TaggedIsHeapObject(thisValue), &isHeapObject, slowPath); in ResolvedOptions()
35 BRANCH_LIKELY(IsJSCollator(thisValue), &isJsCollator, slowPath); in ResolvedOptions()
H A Dbuiltins_array_stub_builder.cpp2020 BRANCH_LIKELY(Int32UnsignedLessThan(*index, thisArrLen), &body, &loopExit); in DoReverse()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.h149 #define BRANCH_LIKELY(condition, trueLabel, falseLabel) \ macro
H A Dstub_builder.cpp327 BRANCH_LIKELY(Int32LessThan(Int32(idx), propsNum), &check, &notFount); 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 32 milliseconds