Searched refs:BRANCH_NO_WEIGHT (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_collator_stub_builder.cpp | 78 BRANCH_NO_WEIGHT(TaggedIsUndefined(*collationVar), &undefined, ¬Undefined); 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 D | builtins_array_stub_builder.cpp | 222 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, ¬IntOrNumber); in ToReversed() 1972 BRANCH_NO_WEIGHT(holeOrIntOrNumber, &isHoleOrIntOrNumber, &isTagged); in ToReversed()
|
H A D | builtins_string_stub_builder.cpp | 1554 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 D | stub_builder.h | 165 #define BRANCH_NO_WEIGHT(condition, trueLabel, falseLabel) \ macro
|
H A D | stub_builder.cpp | 10373 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 33 milliseconds