Home
last modified time | relevance | path

Searched refs:BRANCH_NO_WEIGHT (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collator_stub_builder.cpp78 BRANCH_NO_WEIGHT(TaggedIsUndefined(*collationVar), &undefined, &notUndefined); in ResolvedOptions()
127 BRANCH_NO_WEIGHT(Int32Equal(usage, Int32(static_cast<int32_t>(UsageOption::SORT))), &sort, &next) in UsageOptionsToEcmaString()
135 BRANCH_NO_WEIGHT(Int32Equal(usage, Int32(static_cast<int32_t>(UsageOption::SEARCH))), &search, &fatal) in UsageOptionsToEcmaString()
H A Dbuiltins_array_stub_builder.cpp222 BRANCH_NO_WEIGHT(isElementsKindEnabled, &elementsKindEnabled, &isTagged); in Unshift()
235 BRANCH_NO_WEIGHT(isIntOrNumberKind, &isIntOrNumber, &isTagged); in Unshift()
1936 BRANCH_NO_WEIGHT(LogicAndBuilder(env).And(isElementsKindEnabled).And(ElementsKindHasHole(kind)).Done(), in ToReversed()
1958 BRANCH_NO_WEIGHT(isElementsKindEnabled, &elementsKindEnabled, &isTagged); in ToReversed()
1965 BRANCH_NO_WEIGHT(intOrNumber, &isIntOrNumber, &notIntOrNumber); in ToReversed()
1972 BRANCH_NO_WEIGHT(holeOrIntOrNumber, &isHoleOrIntOrNumber, &isTagged); in ToReversed()
H A Dbuiltins_string_stub_builder.cpp1554 BRANCH_NO_WEIGHT(Int32GreaterThanOrEqual(*len, Int32(elemInBatch)), &body, &storeTail); // len>=16 in CopyChars()
1578 BRANCH_NO_WEIGHT(Int32GreaterThanOrEqual(*len, Int32(elemInInt64)), &storeTail8_16, &storeTail0_8); in CopyChars()
1597 BRANCH_NO_WEIGHT(Int32GreaterThan(*len, Int32(0)), &body, &exit); in CopyChars()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.h165 #define BRANCH_NO_WEIGHT(condition, trueLabel, falseLabel) \ macro
H A Dstub_builder.cpp10373 BRANCH_NO_WEIGHT(Int32NotEqual(remainder, Int32(0)), &storeHead, &enterLoop); in ArrayCopy()
10428 BRANCH_NO_WEIGHT(Int32NotEqual(remainder, Int32(0)), &storeEnd, &enterLoop); in ArrayCopy()
10477 BRANCH_NO_WEIGHT(needRightToLeft, &rightToLeft, &leftToRight); in ArrayCopy()

Completed in 34 milliseconds