Home
last modified time | relevance | path

Searched full:branch (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/arkcompiler/ets_frontend/legacy_bin/api8/
Dmanifest_tag.xml20 …3d8455c66650ed4a4f7f09ccbc045cd" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-R…
21 …c520c97ea1ce9f8ab78c699665e38b5" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-R…
22 …b672c590a65b9ec58241ec023cc9231" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-R…
23 …dcdaab2b92872fcef0d03cf42342ded" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-R…
24 …64f265c2875d06e17b46544a9038a3b" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-R…
25 …51195165aaa2715a2a69b968bb7d91d" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-R…
26 …74000320fe7412e77d8847c7d7924a7" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-R…
27 …46144e739ac95b99756fcd735b310a4" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-R…
28 …96c3e09bae86c50fc3f9e18202e4b05" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-R…
29 …c585c5e9579914cb2b3af1e0f227af6" upstream="OpenHarmony-3.1-Release" dest-branch="OpenHarmony-3.1-R…
[all …]
/arkcompiler/runtime_core/static_core/scripts/
Dupdate_master_and_branch.sh21 # get current branch
22 BRANCH=$(git rev-parse --abbrev-ref HEAD)
23 echo "$BRANCH"
31 # checkout to current branch
32 if [[ "${BRANCH}" != "master" ]]; then
33 git checkout "$BRANCH"
34 echo "the command \"$command\" failed, checkout to the source branch \"$BRANCH\""
52 # rebase current branch
53 if [[ "${BRANCH}" = "master" ]]; then
54 echo "current branch is master"
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_operator_stub_builder.cpp33 BRANCH(IsInternalString(key), &isInternString, tryFailed); in TryFastHandleStringKey()
40 BRANCH(IsIntegerString(key), &isIntegerString, &notIntegerString); in TryFastHandleStringKey()
52BRANCH(Int32LessThanOrEqual(len, Int32(EcmaString::MAX_CACHED_INTEGER_SIZE)), &keyIsProperty, tryF… in TryFastHandleStringKey()
75 BRANCH(TaggedIsInt(key), &isInt, &notInt); in HandleKey()
83 BRANCH(Int32GreaterThanOrEqual(*index, Int32(0)), &indexIsValid, &numberToString); in HandleKey()
97 BRANCH(TaggedIsString(key), &isString, &notString); in HandleKey()
110 BRANCH(Int64Equal(*index64, Int64(-1)), &toInternString, &index64To32); in HandleKey()
114 BRANCH(IsInternalString(**propKey), isProperty, &notInternString); in HandleKey()
131 BRANCH(TaggedIsDouble(key), &isDouble, &notDouble); in HandleKey()
141 BRANCH(LogicAndBuilder(env) in HandleKey()
[all …]
Dic_stub_builder.cpp77 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, &notHeapObject); in NamedICAccessor()
84 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), hclass), in NamedICAccessor()
90 BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), slowPath_, tryICHandler); in NamedICAccessor()
95 BRANCH(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_); in NamedICAccessor()
106 BRANCH(TaggedIsNumber(receiver_), &tryNumber, slowPath_); in NamedICAccessor()
109 BRANCH(TaggedIsUndefined(profileTypeInfo_), slowPath_, &profileNotUndefined); in NamedICAccessor()
116 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, slowPath_) in NamedICAccessor()
126BRANCH(Equal(LoadObjectFromWeakRef(firstValue), ctorProtoOrHC), tryICHandler, slowPath_); in NamedICAccessor()
138 BRANCH(TaggedIsHeapObject(receiver_), &receiverIsHeapObject, slowPath_); in ValuedICAccessor()
149 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, &notHeapObject); in ValuedICAccessor()
[all …]
Dstub_builder.cpp46 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch() function in panda::ecmascript::kungfu::StubBuilder
51 …GateRef ifBranch = env_->GetBuilder()->Branch(currentControl, condition, trueWeight, falseWeight, … in Branch()
173 BRANCH(checkType, &valueIsUndefined, &checkNumber); in MatchFieldType()
185 BRANCH(checkType, &isNumber, &checkBoolean); in MatchFieldType()
198 BRANCH(checkType, &isBoolean, &checkString); in MatchFieldType()
211 BRANCH(checkType, &isString, &checkJSShared); in MatchFieldType()
224 BRANCH(checkType, &isJSShared, &checkBigInt); in MatchFieldType()
237 BRANCH(checkType, &isBigInt, &checkNoneOrGeneric); in MatchFieldType()
254 BRANCH(checkType, &isNoneOrGeneric, &checkNull); in MatchFieldType()
268 BRANCH(checkType, &isNull, &checkUndefined); in MatchFieldType()
[all …]
Dprofiler_stub_builder.cpp52 BRANCH(IsProfileTypeInfoWithBigMethod(profileTypeInfo), &exit, &needDump); in TryDump()
54 BRANCH(IsProfileTypeInfoDumped(profileTypeInfo), &exit, &updatePeriodCounter); in TryDump()
72 BRANCH(IsProfileTypeInfoHotAndValid(profileTypeInfo), &profiler, &exit); in TryPreDump()
91 BRANCH(IsProfileTypeInfoHotAndValid(profileTypeInfo), &profiler, &exit); in ProfileOpType()
101 BRANCH(Int32LessThan(slotId, length), &icSlotValid, &exit); in ProfileOpType()
105 BRANCH(TaggedIsInt(slotValue), &compareLabel, &uninitialized); in ProfileOpType()
110 BRANCH(Int64Equal(oldTaggedSlotValue, *curTaggedSlotValue), &exit, &updateSlot); in ProfileOpType()
116 BRANCH(TaggedIsUndefined(slotValue), &updateSlot, &exit); in ProfileOpType()
138 BRANCH(IsProfileTypeInfoHotAndValid(profileTypeInfo), &profiler, &exit); in ProfileDefineClass()
148 BRANCH(Int32LessThan(slotId, length), &icSlotValid, &exit); in ProfileDefineClass()
[all …]
Doperations_stub_builder.cpp30 BRANCH(TaggedIsHole(*result), &isHole, &notHole); in Equal()
41 BRANCH(TaggedIsTrue(*result), &resultIsTrue, &resultNotTrue); in Equal()
70 BRANCH(TaggedIsHole(*result), &isHole, &notHole); in NotEqual()
81 BRANCH(TaggedIsTrue(*result), &resultIsTrue, &resultNotTrue); in NotEqual()
110 BRANCH(FastStrictEqual(glue, left, right, callback), &strictEqual, &notStrictEqual); in StrictEqual()
137 BRANCH(FastStrictEqual(glue, left, right, callback), &strictEqual, &notStrictEqual); in StrictNotEqual()
168 BRANCH(TaggedIsInt(left), &leftIsInt, &leftOrRightNotInt); in Less()
172 BRANCH(TaggedIsInt(right), &rightIsInt, &leftOrRightNotInt); in Less()
178 BRANCH(Int32LessThan(intLeft, intRight), &leftLessRight, &leftNotLessRight); in Less()
184 BRANCH(TaggedIsNumber(left), &leftIsNumber, &slowPath); in Less()
[all …]
Daccess_object_stub_builder.cpp43 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByName()
144 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadPrivatePropertyByName()
173 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in DeprecatedLoadObjByName()
177 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByName()
211 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByName()
255 Branch(TaggedIsHole(*result), &slowPath, &exit); in StorePrivatePropertyByName()
309 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByValue()
338 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in DeprecatedLoadObjByValue()
342 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByValue()
374 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath); in StoreOwnByIndex()
[all …]
Dhash_stub_builder.cpp29 BRANCH(TaggedIsInt(key), &intKey, &symbolCheck); in GetHash()
37 BRANCH(TaggedIsSymbol(key), &symbolKey, &stringCheck); in GetHash()
45 BRANCH(TaggedIsString(key), &stringKey, &objectCheck); in GetHash()
53 BRANCH(TaggedIsHeapObject(key), &heapObjectKey, &numberCheck); in GetHash()
57 BRANCH(TaggedObjectIsEcmaObject(key), &ecmaObjectKey, &slowGetHash); in GetHash()
63 BRANCH(TaggedIsNumber(key), &numberKey, &slowGetHash); in GetHash()
83 BRANCH(TaggedIsDouble(key), &doubleKey, &intKey); in CalcHashcodeForNumber()
Dinterpreter_stub.cpp118BRANCH(Int32LessThan(*varHotnessCounter, Int32(0)), &slowPath, &dispatch); …
127BRANCH(BitOr(TaggedIsUndefined(*varProfileTypeInfo), …
138BRANCH(HasPendingException(glue), &handleException, &noException); …
187 BRANCH(isDebugMode, &isDebugModeTrue, &isDebugModeFalse); \
202BRANCH(isDebugModeOrTracing, &NeedCallRuntimeTrue, &NeedCallRuntimeFalse); …
224Branch(TaggedIsUndefined(profileTypeInfo), &executeBCByInterpreter, &getOsrCache); …
232Branch(TaggedIsUndefinedOrNull(*varOsrCache), &executeBCByInterpreter, &getMachineCode); …
245Branch(Int32LessThan(*varIndex, length), &traverseOsrCache, &executeBCByInterpreter); …
251Branch(TaggedIsUndefinedOrNull(*varMachineCode), &addIndex, &compareOffset); …
256Branch(Int32Equal(jmpOffsetInFunc, offsetField), &checkExecCount, &addIndex); …
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp34 BRANCH(IsByteArray(arrBuf), &isByteArray, &notByteArray); in GetDataPointFromBuffer()
61 BRANCH(Int64LessThan(index, Int64(0)), &exit, &indexNotLessZero); in CheckTypedArrayIndexInRange()
65 BRANCH(Int64GreaterThanOrEqual(index, ZExtInt32ToInt64(arrLen)), &exit, &indexIsvalid); in CheckTypedArrayIndexInRange()
89 BRANCH(IsDetachedBuffer(buffer), &exit, &notDetached); in LoadTypedArrayElement()
93 BRANCH(CheckTypedArrayIndexInRange(array, index), &indexIsvalid, &exit); in LoadTypedArrayElement()
98 BRANCH(TaggedIsNumber(*result), &exit, &slowPath); in LoadTypedArrayElement()
124 BRANCH(IsDetachedBuffer(buffer), &exit, &notDetached); in StoreTypedArrayElement()
127 BRANCH(CheckTypedArrayIndexInRange(array, index), &indexIsvalid, &exit); in StoreTypedArrayElement()
155 BRANCH(IsDetachedBuffer(buffer), &isDetached, &notDetached); in FastGetPropertyByIndex()
163 BRANCH(Int32GreaterThanOrEqual(index, arrLen), &exit, &indexIsvalid); in FastGetPropertyByIndex()
[all …]
Dbuiltins_array_stub_builder.cpp35 BRANCH(notGeneric, matchCls, &isGeneric); in ElementsKindHclassCompare()
40 BRANCH(Equal(intialHClass, arrayCls), matchCls, slowPath); in ElementsKindHclassCompare()
57 BRANCH(TaggedIsHeapObject(thisValue), &isHeapObject, slowPath); in With()
59 BRANCH(IsJsArray(thisValue), &isJsArray, slowPath); in With()
62 BRANCH(IsStableJSArray(glue, thisValue), &isStableArray, slowPath); in With()
64 BRANCH(IsJsCOWArray(thisValue), slowPath, &notCOWArray); in With()
70 BRANCH(TaggedIsInt(index), &taggedIsInt, slowPath); in With()
79 BRANCH(Int64Equal(numArgs, IntPtr(2)), &twoArg, &ifOneArg); in With()
88 BRANCH(Int64Equal(numArgs, IntPtr(1)), &getIndex, slowPath); in With()
96BRANCH(Int64GreaterThanOrEqual(*relativeIndex, Int64(0)), &indexGreaterOrEqualZero, &indexLessZero… in With()
[all …]
Dcontainers_stub_builder.cpp48 BRANCH(TaggedIsHeapObject(thisValue), &thisValueIsHeapObj, slowPath); in ContainersCommonFuncCall()
50 BRANCH(IsContainer(*thisObj, type), &valueIsJSAPIVector, &valueNotJSAPIVector); in ContainersCommonFuncCall()
53 BRANCH(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersCommonFuncCall()
57 BRANCH(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in ContainersCommonFuncCall()
69BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersCommonFuncCall()
78 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ContainersCommonFuncCall()
80 BRANCH(IsCallable(callbackFnHandle), &isCall, &notCall); in ContainersCommonFuncCall()
85BRANCH(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ContainersCommonFuncCall()
104 BRANCH(Int32LessThan(*k, *length), &next, &afterLoop); in ContainersCommonFuncCall()
118 BRANCH(HasPendingException(glue), &hasException, &notHasException); in ContainersCommonFuncCall()
[all …]
Dbuiltins_number_stub_builder.cpp28 BRANCH(TaggedIsUndefined(msg), &undefinedMsg, &definedMsg); in ParseFloat()
38 BRANCH(TaggedIsHeapObject(msg), &heapObj, slowPath); in ParseFloat()
40 BRANCH(IsString(msg), &stringObj, slowPath); in ParseFloat()
60 Branch(TaggedIsString(msg), &msgIsString, slowPath); in ParseInt()
62 Branch(TaggedIsUndefined(arg2), &radixIsSpecialInt, &radixIsSpecial); in ParseInt()
68 Branch(TaggedIsInt(arg2), &radixIsInt, slowPath); in ParseInt()
90 BRANCH(False(), slowPath, &noSlowPath); in IsFinite()
97 BRANCH(TaggedIsInt(number), &retTrue, &isNotInt); in IsFinite()
101 BRANCH(TaggedIsDouble(number), &isDouble, &retFalse); in IsFinite()
105 BRANCH(DoubleIsNanOrInf(f), &retFalse, &retTrue); in IsFinite()
[all …]
Dbuiltins_object_stub_builder.cpp30 BRANCH(TaggedIsUndefined(thisValue_), &undefined, &checknull); in ToStringFunc()
40 BRANCH(TaggedIsUndefined(thisValue_), &null, &checkObject); in ToStringFunc()
48 BRANCH(IsEcmaObject(thisValue_), &ecmaObj, slowPath); in ToStringFunc()
58 BRANCH(TaggedIsString(tag), slowPath, &defaultToString); in ToStringFunc()
63 BRANCH(IsJSObjectType(thisValue_, JSType::JS_OBJECT), &objectTag, slowPath); in ToStringFunc()
83BRANCH(LogicOrBuilder(env).Or(protoCheck).Or(TaggedIsSharedObj(proto)).Done(), slowPath, &newObjec… in Create()
88 BRANCH(TaggedIsUndefined(propertiesObject), &noProperties, slowPath); in Create()
109 BRANCH(IsDictionaryMode(elements), &dictionaryMode, &notDictionaryMode); in AssignEnumElementProperty()
122 BRANCH(Int32LessThan(*idx, len), &next, &loopExit); in AssignEnumElementProperty()
126 BRANCH(TaggedIsHole(value), &loopEnd, &notHole); in AssignEnumElementProperty()
[all …]
Dbuiltins_regexp_stub_builder.cpp26 BRANCH(IsEcmaObject(thisValue), &isEcmaObject, slowPath); in GetFlags()
30 BRANCH(fastRegExp, slowPath, &fastRegExpPath); in GetFlags()
37 BRANCH(HasPendingException(glue), &hasException, &notHasException); in GetFlags()
41 BRANCH(TaggedIsTrue(globalResult), &globalKey, &notGlobalKey); in GetFlags()
50 BRANCH(HasPendingException(glue), &hasException, &notHasException1); in GetFlags()
54 BRANCH(TaggedIsTrue(ignoreCaseResult), &ignoreCaseKey, &notIgnoreCaseKey); in GetFlags()
63 BRANCH(HasPendingException(glue), &hasException, &notHasException2); in GetFlags()
67 BRANCH(TaggedIsTrue(multilineResult), &multilineKey, &notMultilineKey); in GetFlags()
76 BRANCH(HasPendingException(glue), &hasException, &notHasException3); in GetFlags()
80 BRANCH(TaggedIsTrue(dotAllResult), &dotAllKey, &notDotAllKey); in GetFlags()
[all …]
Dbuiltins_string_stub_builder.cpp42 BRANCH(Int64Equal(IntPtr(0), numArgs), &lengthIsZero, &lengthNotZero); in FromCharCode()
49 BRANCH(Int64Equal(IntPtr(1), numArgs), &lengthIsOne, slowPath); in FromCharCode()
54 BRANCH(HasPendingException(glue), &isPendingException, &noPendingException); in FromCharCode()
62 BRANCH(TaggedIsInt(codePointValue), &isInt, &notInt); in FromCharCode()
74BRANCH(IsASCIICharacter(ZExtInt16ToInt32(*value)), &canBeCompress, &canNotBeCompress); in FromCharCode()
121 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &objNotUndefinedAndNull); in CharAt()
124 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapobject, slowPath); in CharAt()
126 BRANCH(IsString(thisValue), &isString, slowPath); in CharAt()
133 BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &next, &posTagNotUndefined); in CharAt()
137 BRANCH(TaggedIsInt(posTag), &posTagIsInt, &posTagNotInt); in CharAt()
[all …]
Dbuiltins_array_stub_builder_next_optimization.cpp45 BRANCH(TaggedIsHeapObject(thisValue), &isHeapObject, slowPath); in UnshiftOptimised()
47 BRANCH(IsJsArray(thisValue), &isJsArray, slowPath); in UnshiftOptimised()
49 BRANCH(IsStableJSArray(glue, thisValue), &isStableJsArray, slowPath); in UnshiftOptimised()
51 BRANCH(Int64GreaterThan(numArgs, IntPtr(0)), &numNotEqualZero, slowPath); in UnshiftOptimised()
56 BRANCH(Int64GreaterThan(newLen, Int64(base::MAX_SAFE_INTEGER)), slowPath, &notOverRange); in UnshiftOptimised()
59 BRANCH(Int64LessThanOrEqual(numArgs, IntPtr(3)), &numLessThanOrEqualThree, slowPath); in UnshiftOptimised()
62 BRANCH(Int64GreaterThan(newLen, capacity), &grow, &setValue); in UnshiftOptimised()
133 BRANCH(Int64GreaterThanOrEqual(numArgs, IntPtr(TWO_ARGS)), &numEqual2, &numEqual3); in UnshiftOptimised()
145 BRANCH(Int64Equal(numArgs, IntPtr(THREE_ARGS)), &threeArgs, &final); in UnshiftOptimised()
181 BRANCH(Int64LessThan(*i, len), &next, &loopExit); in DoSortOptimised()
[all …]
Dcontainers_queue_stub_builder.cpp50 BRANCH(TaggedIsHeapObject(thisValue), &thisValueIsHeapObj, slowPath); in ForEach()
52 BRANCH(IsJSAPIQueue(*thisObj), &valueIsJSAPIQueue, &valueNotJSAPIQueue); in ForEach()
55 BRANCH(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ForEach()
59 BRANCH(IsJSAPIQueue(tempObj), &objIsJSAPIQueue, slowPath); in ForEach()
71BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ForEach()
80 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ForEach()
82 BRANCH(IsCallable(callbackFnHandle), &isCall, &notCall); in ForEach()
87BRANCH(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ForEach()
106 BRANCH(Int32LessThan(*k, *length), &next, &afterLoop); in ForEach()
117 BRANCH(HasPendingException(glue), &hasException, &notHasException); in ForEach()
Dcontainers_deque_stub_builder.cpp50 BRANCH(TaggedIsHeapObject(thisValue), &thisValueIsHeapObj, slowPath); in ForEach()
52 BRANCH(IsJSAPIDeque(*thisObj), &isDeque, &notDeque); in ForEach()
55 BRANCH(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ForEach()
59 BRANCH(IsJSAPIDeque(tempObj), &objIsJSAPIDeque, slowPath); in ForEach()
71BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ForEach()
80 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ForEach()
82 BRANCH(IsCallable(callbackFnHandle), &isCall, &notCall); in ForEach()
87BRANCH(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ForEach()
108 BRANCH(Int32NotEqual(*first, last), &next, &afterLoop); in ForEach()
118 BRANCH(HasPendingException(glue), &hasException, &notHasException); in ForEach()
Dbuiltins_function_stub_builder.cpp34 BRANCH(TaggedIsHeapObject(thisValue), &isHeapObject, slowPath); in PrototypeApply()
37 BRANCH(IsCallable(thisValue), &targetIsCallable, slowPath); in PrototypeApply()
43 BRANCH(TaggedIsUndefined(arrayObj), &targetIsUndefined, &targetNotUndefined); in PrototypeApply()
59 BRANCH(TaggedIsHole(elements), &targetIsHole, &targetNotHole); in PrototypeApply()
67 BRANCH(HasPendingException(glue), &isPendingException, &noPendingException); in PrototypeApply()
89BRANCH(IsStableJSArguments(glue, arrayObj), &taggedIsStableJsArg, &taggedNotStableJsArg); in PrototypeApply()
136 BRANCH(TaggedIsHeapObject(target), &targetIsHeapObject, slowPath); in PrototypeBind()
138 BRANCH(IsCallable(target), &targetIsCallable, slowPath); in PrototypeBind()
140 BRANCH(IsJSOrBoundFunction(target), &targetIsJSFunctionOrBound, slowPath); in PrototypeBind()
149 BRANCH(isPropsInRange, &findInlineProperty, slowPath); in PrototypeBind()
[all …]
/arkcompiler/runtime_core/static_core/scripts/third-party-lists/
Dpublic23 # ** commit_type should be one of: branch, tag, commit
24 # ** commit_id designates a branch / tag name to clone (passed as is to git clone --branch ...)
32 utils_native,https://gitee.com/openharmony/utils_native,branch,OpenHarmony-3.2-Beta1,no_patches,no_…
33 zlib,https://gitee.com/openharmony/third_party_zlib,branch,OpenHarmony-3.2-Beta1,no_patches,no_subm…
47 openssl,https://gitee.com/openharmony/third_party_openssl,branch,OpenHarmony-4.0-Release,no_patches…
48 arkcompiler/toolchain,https://gitee.com/openharmony/arkcompiler_toolchain,branch,master,no_patches,…
51 icu,https://gitee.com/openharmony/third_party_icu,branch,OpenHarmony-5.0.1-Release,no_patches,no_su…
52 typescript,https://gitee.com/openharmony/third_party_typescript,branch,OpenHarmony-4.1-Release,no_p…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/
Dif_neg.params.yaml17 // missing statement in then branch
25 // missing statement in else branch
50 // missing left curly bracket in then branch
54 // missing left curly bracket in else branch
58 // missing right curly bracket in then branch
62 // missing right curly bracket in else branch
/arkcompiler/runtime_core/scripts/third-party-lists/
Dpublic23 # ** commit_type should be one of: branch, tag, commit
24 # ** commit_id designates a branch / tag name to clone (passed as is to git clone --branch ...)
32 utils_native,https://gitee.com/openharmony/utils_native,branch,master,no_patches,no_submodules
33 zlib,https://gitee.com/openharmony/third_party_zlib,branch,master,no_patches,no_submodules
49 icu,https://gitee.com/openharmony/third_party_icu,branch,master,no_patches,no_submodules
/arkcompiler/runtime_core/static_core/compiler/docs/
Dloop_unswitch_doc.md18 * find branch instruction where loop can be unswitched
20 * move branch instruction outside a loop
21 * original branch instructions are replaced with constant conditions corresponding `true` and `fals…
52 Constant conditions should be eliminated with `Branch elimination` optimization.

12345678910>>...17