| /arkcompiler/ets_frontend/legacy_bin/api8/ |
| D | manifest_tag.xml | 20 …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/ |
| D | update_master_and_branch.sh | 21 # 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/ |
| D | object_operator_stub_builder.cpp | 33 BRANCH(IsInternalString(key), &isInternString, tryFailed); in TryFastHandleStringKey() 40 BRANCH(IsIntegerString(key), &isIntegerString, ¬IntegerString); in TryFastHandleStringKey() 52 …BRANCH(Int32LessThanOrEqual(len, Int32(EcmaString::MAX_CACHED_INTEGER_SIZE)), &keyIsProperty, tryF… in TryFastHandleStringKey() 75 BRANCH(TaggedIsInt(key), &isInt, ¬Int); in HandleKey() 83 BRANCH(Int32GreaterThanOrEqual(*index, Int32(0)), &indexIsValid, &numberToString); in HandleKey() 97 BRANCH(TaggedIsString(key), &isString, ¬String); in HandleKey() 110 BRANCH(Int64Equal(*index64, Int64(-1)), &toInternString, &index64To32); in HandleKey() 114 BRANCH(IsInternalString(**propKey), isProperty, ¬InternString); in HandleKey() 131 BRANCH(TaggedIsDouble(key), &isDouble, ¬Double); in HandleKey() 141 BRANCH(LogicAndBuilder(env) in HandleKey() [all …]
|
| D | ic_stub_builder.cpp | 77 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, ¬HeapObject); 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() 126 … BRANCH(Equal(LoadObjectFromWeakRef(firstValue), ctorProtoOrHC), tryICHandler, slowPath_); in NamedICAccessor() 138 BRANCH(TaggedIsHeapObject(receiver_), &receiverIsHeapObject, slowPath_); in ValuedICAccessor() 149 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, ¬HeapObject); in ValuedICAccessor() [all …]
|
| D | stub_builder.cpp | 46 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 …]
|
| D | profiler_stub_builder.cpp | 52 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 …]
|
| D | operations_stub_builder.cpp | 30 BRANCH(TaggedIsHole(*result), &isHole, ¬Hole); in Equal() 41 BRANCH(TaggedIsTrue(*result), &resultIsTrue, &resultNotTrue); in Equal() 70 BRANCH(TaggedIsHole(*result), &isHole, ¬Hole); in NotEqual() 81 BRANCH(TaggedIsTrue(*result), &resultIsTrue, &resultNotTrue); in NotEqual() 110 BRANCH(FastStrictEqual(glue, left, right, callback), &strictEqual, ¬StrictEqual); in StrictEqual() 137 BRANCH(FastStrictEqual(glue, left, right, callback), &strictEqual, ¬StrictEqual); 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 …]
|
| D | access_object_stub_builder.cpp | 43 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 …]
|
| D | hash_stub_builder.cpp | 29 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()
|
| D | interpreter_stub.cpp | 118 …BRANCH(Int32LessThan(*varHotnessCounter, Int32(0)), &slowPath, &dispatch); … 127 …BRANCH(BitOr(TaggedIsUndefined(*varProfileTypeInfo), … 138 …BRANCH(HasPendingException(glue), &handleException, &noException); … 187 BRANCH(isDebugMode, &isDebugModeTrue, &isDebugModeFalse); \ 202 …BRANCH(isDebugModeOrTracing, &NeedCallRuntimeTrue, &NeedCallRuntimeFalse); … 224 …Branch(TaggedIsUndefined(profileTypeInfo), &executeBCByInterpreter, &getOsrCache); … 232 …Branch(TaggedIsUndefinedOrNull(*varOsrCache), &executeBCByInterpreter, &getMachineCode); … 245 …Branch(Int32LessThan(*varIndex, length), &traverseOsrCache, &executeBCByInterpreter); … 251 …Branch(TaggedIsUndefinedOrNull(*varMachineCode), &addIndex, &compareOffset); … 256 …Branch(Int32Equal(jmpOffsetInFunc, offsetField), &checkExecCount, &addIndex); … [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_typedarray_stub_builder.cpp | 34 BRANCH(IsByteArray(arrBuf), &isByteArray, ¬ByteArray); 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, ¬Detached); in LoadTypedArrayElement() 93 BRANCH(CheckTypedArrayIndexInRange(array, index), &indexIsvalid, &exit); in LoadTypedArrayElement() 98 BRANCH(TaggedIsNumber(*result), &exit, &slowPath); in LoadTypedArrayElement() 124 BRANCH(IsDetachedBuffer(buffer), &exit, ¬Detached); in StoreTypedArrayElement() 127 BRANCH(CheckTypedArrayIndexInRange(array, index), &indexIsvalid, &exit); in StoreTypedArrayElement() 155 BRANCH(IsDetachedBuffer(buffer), &isDetached, ¬Detached); in FastGetPropertyByIndex() 163 BRANCH(Int32GreaterThanOrEqual(index, arrLen), &exit, &indexIsvalid); in FastGetPropertyByIndex() [all …]
|
| D | builtins_array_stub_builder.cpp | 35 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, ¬COWArray); 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() 96 …BRANCH(Int64GreaterThanOrEqual(*relativeIndex, Int64(0)), &indexGreaterOrEqualZero, &indexLessZero… in With() [all …]
|
| D | containers_stub_builder.cpp | 48 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() 69 … BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersCommonFuncCall() 78 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ContainersCommonFuncCall() 80 BRANCH(IsCallable(callbackFnHandle), &isCall, ¬Call); in ContainersCommonFuncCall() 85 … BRANCH(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ContainersCommonFuncCall() 104 BRANCH(Int32LessThan(*k, *length), &next, &afterLoop); in ContainersCommonFuncCall() 118 BRANCH(HasPendingException(glue), &hasException, ¬HasException); in ContainersCommonFuncCall() [all …]
|
| D | builtins_number_stub_builder.cpp | 28 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 …]
|
| D | builtins_object_stub_builder.cpp | 30 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() 83 …BRANCH(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, ¬DictionaryMode); in AssignEnumElementProperty() 122 BRANCH(Int32LessThan(*idx, len), &next, &loopExit); in AssignEnumElementProperty() 126 BRANCH(TaggedIsHole(value), &loopEnd, ¬Hole); in AssignEnumElementProperty() [all …]
|
| D | builtins_regexp_stub_builder.cpp | 26 BRANCH(IsEcmaObject(thisValue), &isEcmaObject, slowPath); in GetFlags() 30 BRANCH(fastRegExp, slowPath, &fastRegExpPath); in GetFlags() 37 BRANCH(HasPendingException(glue), &hasException, ¬HasException); in GetFlags() 41 BRANCH(TaggedIsTrue(globalResult), &globalKey, ¬GlobalKey); in GetFlags() 50 BRANCH(HasPendingException(glue), &hasException, ¬HasException1); in GetFlags() 54 BRANCH(TaggedIsTrue(ignoreCaseResult), &ignoreCaseKey, ¬IgnoreCaseKey); in GetFlags() 63 BRANCH(HasPendingException(glue), &hasException, ¬HasException2); in GetFlags() 67 BRANCH(TaggedIsTrue(multilineResult), &multilineKey, ¬MultilineKey); in GetFlags() 76 BRANCH(HasPendingException(glue), &hasException, ¬HasException3); in GetFlags() 80 BRANCH(TaggedIsTrue(dotAllResult), &dotAllKey, ¬DotAllKey); in GetFlags() [all …]
|
| D | builtins_string_stub_builder.cpp | 42 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, ¬Int); in FromCharCode() 74 … BRANCH(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 …]
|
| D | builtins_array_stub_builder_next_optimization.cpp | 45 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, ¬OverRange); 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 …]
|
| D | containers_queue_stub_builder.cpp | 50 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() 71 … BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ForEach() 80 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ForEach() 82 BRANCH(IsCallable(callbackFnHandle), &isCall, ¬Call); in ForEach() 87 … BRANCH(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ForEach() 106 BRANCH(Int32LessThan(*k, *length), &next, &afterLoop); in ForEach() 117 BRANCH(HasPendingException(glue), &hasException, ¬HasException); in ForEach()
|
| D | containers_deque_stub_builder.cpp | 50 BRANCH(TaggedIsHeapObject(thisValue), &thisValueIsHeapObj, slowPath); in ForEach() 52 BRANCH(IsJSAPIDeque(*thisObj), &isDeque, ¬Deque); in ForEach() 55 BRANCH(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ForEach() 59 BRANCH(IsJSAPIDeque(tempObj), &objIsJSAPIDeque, slowPath); in ForEach() 71 … BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ForEach() 80 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ForEach() 82 BRANCH(IsCallable(callbackFnHandle), &isCall, ¬Call); in ForEach() 87 … BRANCH(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ForEach() 108 BRANCH(Int32NotEqual(*first, last), &next, &afterLoop); in ForEach() 118 BRANCH(HasPendingException(glue), &hasException, ¬HasException); in ForEach()
|
| D | builtins_function_stub_builder.cpp | 34 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() 89 … BRANCH(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/ |
| D | public | 23 # ** 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/ |
| D | if_neg.params.yaml | 17 // 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/ |
| D | public | 23 # ** 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/ |
| D | loop_unswitch_doc.md | 18 * 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.
|