| /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/builtins/ |
| D | builtins_typedarray_stub_builder.cpp | 34 BRANCH(IsByteArray(glue, 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(glue, 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(glue, buffer), &exit, ¬Detached); in StoreTypedArrayElement() 127 BRANCH(CheckTypedArrayIndexInRange(array, index), &indexIsvalid, &exit); in StoreTypedArrayElement() 155 BRANCH(IsDetachedBuffer(glue, 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() 41 BRANCH(Equal(intialHClass, arrayCls), matchCls, slowPath); in ElementsKindHclassCompare() 58 BRANCH(TaggedIsHeapObject(thisValue), &isHeapObject, slowPath); in With() 60 BRANCH(IsJsArray(glue, thisValue), &isJsArray, slowPath); in With() 63 BRANCH(IsStableJSArray(glue, thisValue), &isStableArray, slowPath); in With() 65 BRANCH(IsJsCOWArray(glue, thisValue), slowPath, ¬COWArray); in With() 71 BRANCH(TaggedIsInt(index), &taggedIsInt, slowPath); in With() 80 BRANCH(Int64Equal(numArgs, IntPtr(2)), &twoArg, &ifOneArg); in With() 89 BRANCH(Int64Equal(numArgs, IntPtr(1)), &getIndex, slowPath); in With() 97 …BRANCH(Int64GreaterThanOrEqual(*relativeIndex, Int64(0)), &indexGreaterOrEqualZero, &indexLessZero… in With() [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(glue_, msg), &stringObj, slowPath); in ParseFloat() 60 Branch(TaggedIsString(glue_, 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(glue_, thisValue_), &ecmaObj, slowPath); in ToStringFunc() 57 BRANCH(TaggedIsString(glue_, tag), slowPath, &defaultToString); in ToStringFunc() 62 BRANCH(IsJSObjectType(glue_, thisValue_, JSType::JS_OBJECT), &objectTag, slowPath); in ToStringFunc() 82 …BRANCH(LogicOrBuilder(env).Or(protoCheck).Or(TaggedIsSharedObj(glue_, proto)).Done(), slowPath, &n… in Create() 87 BRANCH(TaggedIsUndefined(propertiesObject), &noProperties, slowPath); in Create() 108 BRANCH(IsDictionaryMode(glue_, elements), &dictionaryMode, ¬DictionaryMode); in AssignEnumElementProperty() 121 BRANCH(Int32LessThan(*idx, len), &next, &loopExit); in AssignEnumElementProperty() 125 BRANCH(TaggedIsHole(value), &loopEnd, ¬Hole); in AssignEnumElementProperty() [all …]
|
| D | containers_stub_builder.cpp | 48 BRANCH(TaggedIsHeapObject(thisValue), &thisValueIsHeapObj, slowPath); in ContainersCommonFuncCall() 50 BRANCH(IsContainer(glue, *thisObj, type), &valueIsJSAPIVector, &valueNotJSAPIVector); in ContainersCommonFuncCall() 53 BRANCH(IsJsProxy(glue, *thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersCommonFuncCall() 57 BRANCH(IsContainer(glue, 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(glue, 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_regexp_stub_builder.cpp | 26 BRANCH(IsEcmaObject(glue, 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_reflect_stub_builder.cpp | 26 BRANCH(IsEcmaObject(glue_, target), &isEcmaObject, slowPath); in Get() 33 BRANCH(Int64Equal(numArgs_, IntPtr(2)), &twoArgs, &threeArgs); // 2 : two args in Get() 37 BRANCH(TaggedIsHole(result->ReadVariable()), slowPath, exit); in Get() 43 BRANCH(TaggedIsHole(result->ReadVariable()), slowPath, exit); in Get() 46 BRANCH(Int64Equal(numArgs_, IntPtr(2)), &twoArgs, slowPath); // 2 : two args in Get() 50 BRANCH(TaggedIsHole(result->ReadVariable()), slowPath, exit); in Get() 64 BRANCH(IsEcmaObject(glue_, obj), &isEcmaObject, slowPath); in Has() 84 BRANCH(IsEcmaObject(glue_, obj), &isEcmaObject, slowPath); in Set() 93 BRANCH(Int64Equal(numArgs_, IntPtr(3)), &threeArgs, slowPath); // 3 : three args in Set() 96 BRANCH(IsModuleNamespace(glue_, obj), slowPath, &checkType); in Set() [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(glue, 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(glue, 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() 134 BRANCH(Int64GreaterThanOrEqual(numArgs, IntPtr(TWO_ARGS)), &numEqual2, &numEqual3); in UnshiftOptimised() 146 BRANCH(Int64Equal(numArgs, IntPtr(THREE_ARGS)), &threeArgs, &final); in UnshiftOptimised() 182 BRANCH(Int64LessThan(*i, len), &next, &loopExit); in DoSortOptimised() [all …]
|
| D | containers_deque_stub_builder.cpp | 50 BRANCH(TaggedIsHeapObject(thisValue), &thisValueIsHeapObj, slowPath); in ForEach() 52 BRANCH(IsJSAPIDeque(glue, *thisObj), &isDeque, ¬Deque); in ForEach() 55 BRANCH(IsJsProxy(glue, *thisObj), &objIsJSProxy, &objNotJSProxy); in ForEach() 59 BRANCH(IsJSAPIDeque(glue, 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(glue, 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 | containers_queue_stub_builder.cpp | 50 BRANCH(TaggedIsHeapObject(thisValue), &thisValueIsHeapObj, slowPath); in ForEach() 52 BRANCH(IsJSAPIQueue(glue, *thisObj), &valueIsJSAPIQueue, &valueNotJSAPIQueue); in ForEach() 55 BRANCH(IsJsProxy(glue, *thisObj), &objIsJSProxy, &objNotJSProxy); in ForEach() 59 BRANCH(IsJSAPIQueue(glue, 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(glue, 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 | builtins_function_stub_builder.cpp | 34 BRANCH(TaggedIsHeapObject(thisValue), &isHeapObject, slowPath); in PrototypeApply() 37 BRANCH(IsCallable(glue, 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(glue, target), &targetIsCallable, slowPath); in PrototypeBind() 140 BRANCH(IsJSOrBoundFunction(glue, target), &targetIsJSFunctionOrBound, slowPath); in PrototypeBind() 149 BRANCH(isPropsInRange, &findInlineProperty, slowPath); in PrototypeBind() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 99 BRANCH(TaggedIsBoolean(receiver_), &tryDesignatePrimitive, ¬DesignatePrimitive); in TryDesignatePrimitiveLoadIC() 103 BRANCH(TaggedIsNumber(receiver_), &tryDesignatePrimitive, ¬DesignatePrimitive); in TryDesignatePrimitiveLoadIC() 107 LOG_ECMA(FATAL) << "this branch is unreachable"; in TryDesignatePrimitiveLoadIC() 120 …BRANCH(Equal(LoadObjectFromWeakRef(info.profileFirstValue), ctorProtoOrHC), info.tryICHandler, &tr… in TryDesignatePrimitiveLoadIC() 124 BRANCH(TaggedIsHole(info.cachedHandler->ReadVariable()), slowPath_, info.tryICHandler); in TryDesignatePrimitiveLoadIC() 133 BRANCH(TaggedIsUndefined(profileTypeInfo_), slowPath_, &profileNotUndefined); in TryPrimitiveLoadIC() 140 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, slowPath_) in TryPrimitiveLoadIC() 177 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, ¬HeapObject); in NamedICAccessor() 185 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), hclass), in NamedICAccessor() 191 BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), slowPath_, tryICHandler); in NamedICAccessor() [all …]
|
| D | stub_builder.cpp | 50 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch() function in panda::ecmascript::kungfu::StubBuilder 55 …GateRef ifBranch = env_->GetBuilder()->Branch(currentControl, condition, trueWeight, falseWeight, … in Branch() 194 BRANCH(checkType, &valueIsUndefined, &checkNumber); in MatchFieldType() 206 BRANCH(checkType, &isNumber, &checkBoolean); in MatchFieldType() 219 BRANCH(checkType, &isBoolean, &checkString); in MatchFieldType() 232 BRANCH(checkType, &isString, &checkJSShared); in MatchFieldType() 245 BRANCH(checkType, &isJSShared, &checkBigInt); in MatchFieldType() 258 BRANCH(checkType, &isBigInt, &checkNoneOrGeneric); in MatchFieldType() 275 BRANCH(checkType, &isNoneOrGeneric, &checkNull); in MatchFieldType() 289 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 | object_operator_stub_builder.cpp | 43 BRANCH(TaggedIsInt(key), &isInt, ¬Int); in HandleKey() 51 BRANCH(Int32GreaterThanOrEqual(*index, Int32(0)), &indexIsValid, &numberToString); in HandleKey() 65 BRANCH(TaggedIsString(glue, key), &isString, ¬String); in HandleKey() 75 BRANCH(Int64Equal(*index64, Int64(-1)), &toInternString, &index64To32); in HandleKey() 79 BRANCH(IsInternalString(propKey->ReadVariable()), isProperty, ¬InternString); in HandleKey() 96 BRANCH(TaggedIsDouble(key), &isDouble, ¬Double); in HandleKey() 106 BRANCH(LogicAndBuilder(env) in HandleKey() 114 BRANCH(DoubleEqual(number, ChangeInt32ToFloat64(integer)), &isEqual, &tryToString); in HandleKey() 126 BRANCH(IsInternalString(propKey->ReadVariable()), isProperty, ¬InternString); in HandleKey() 137 BRANCH(IsSymbol(glue, key), &isSymbol, ¬Symbol); in HandleKey() [all …]
|
| D | hash_stub_builder.cpp | 29 BRANCH(TaggedIsInt(key), &intKey, &symbolCheck); in GetHash() 37 BRANCH(TaggedIsSymbol(glue_, key), &symbolKey, &stringCheck); in GetHash() 45 BRANCH(TaggedIsString(glue_, key), &stringKey, &objectCheck); in GetHash() 53 BRANCH(TaggedIsHeapObject(key), &heapObjectKey, &numberCheck); in GetHash() 57 BRANCH(TaggedObjectIsEcmaObject(glue_, key), &ecmaObjectKey, &slowGetHash); in GetHash() 63 BRANCH(TaggedIsNumber(key), &numberKey, &slowGetHash); in GetHash() 83 BRANCH(TaggedIsDouble(key), &doubleKey, &intKey); in CalcHashcodeForNumber()
|
| 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() 214 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByName() 258 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnICByName() 302 Branch(TaggedIsHole(*result), &slowPath, &exit); in StorePrivatePropertyByName() 357 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByValue() 389 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in DeprecatedLoadObjByValue() 393 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByValue() [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-5.0.1-Release,no_patches,no_… 47 openssl,https://gitee.com/openharmony/third_party_openssl,branch,OpenHarmony-5.0.1-Release,no_patch… 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-5.0.1-Release,no… 53 pcre2,https://gitee.com/openharmony/third_party_pcre2,branch,OpenHarmony_feature_20250328,no_patche…
|
| /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/toolchain/tooling/dynamic/test/testcases/ |
| D | js_breakpoint_in_different_branch.h | 33 // load branch.js in JsBreakpointInDifferentBranchTest() 38 {SocketAction::SEND, "b " DEBUGGER_JS_DIR "branch.js 32"}, in JsBreakpointInDifferentBranchTest() 40 {SocketAction::SEND, "b " DEBUGGER_JS_DIR "branch.js 37"}, in JsBreakpointInDifferentBranchTest() 41 // hit breakpoint in 'if' branch in JsBreakpointInDifferentBranchTest() 49 // hit breakpoint in 'else' branch in JsBreakpointInDifferentBranchTest() 99 std::string pandaFile_ = DEBUGGER_ABC_DIR "branch.abc"; 100 std::string sourceFile_ = DEBUGGER_JS_DIR "branch.js"; 101 std::string entryPoint_ = "branch";
|