Home
last modified time | relevance | path

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

12345678910>>...18

/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/builtins/
Dbuiltins_typedarray_stub_builder.cpp34 BRANCH(IsByteArray(glue, 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(glue, 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(glue, buffer), &exit, &notDetached); in StoreTypedArrayElement()
127 BRANCH(CheckTypedArrayIndexInRange(array, index), &indexIsvalid, &exit); in StoreTypedArrayElement()
155 BRANCH(IsDetachedBuffer(glue, 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()
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, &notCOWArray); 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()
97BRANCH(Int64GreaterThanOrEqual(*relativeIndex, Int64(0)), &indexGreaterOrEqualZero, &indexLessZero… in With()
[all …]
Dbuiltins_number_stub_builder.cpp28 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 …]
Dbuiltins_object_stub_builder.cpp30 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()
82BRANCH(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, &notDictionaryMode); in AssignEnumElementProperty()
121 BRANCH(Int32LessThan(*idx, len), &next, &loopExit); in AssignEnumElementProperty()
125 BRANCH(TaggedIsHole(value), &loopEnd, &notHole); in AssignEnumElementProperty()
[all …]
Dcontainers_stub_builder.cpp48 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()
69BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersCommonFuncCall()
78 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ContainersCommonFuncCall()
80 BRANCH(IsCallable(glue, 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_regexp_stub_builder.cpp26 BRANCH(IsEcmaObject(glue, 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_reflect_stub_builder.cpp26 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 …]
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(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 …]
Dbuiltins_array_stub_builder_next_optimization.cpp45 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, &notOverRange); 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 …]
Dcontainers_deque_stub_builder.cpp50 BRANCH(TaggedIsHeapObject(thisValue), &thisValueIsHeapObj, slowPath); in ForEach()
52 BRANCH(IsJSAPIDeque(glue, *thisObj), &isDeque, &notDeque); in ForEach()
55 BRANCH(IsJsProxy(glue, *thisObj), &objIsJSProxy, &objNotJSProxy); in ForEach()
59 BRANCH(IsJSAPIDeque(glue, 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(glue, 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()
Dcontainers_queue_stub_builder.cpp50 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()
71BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ForEach()
80 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ForEach()
82 BRANCH(IsCallable(glue, 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()
Dbuiltins_function_stub_builder.cpp34 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()
89BRANCH(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/
Dic_stub_builder.cpp99 BRANCH(TaggedIsBoolean(receiver_), &tryDesignatePrimitive, &notDesignatePrimitive); in TryDesignatePrimitiveLoadIC()
103 BRANCH(TaggedIsNumber(receiver_), &tryDesignatePrimitive, &notDesignatePrimitive); in TryDesignatePrimitiveLoadIC()
107 LOG_ECMA(FATAL) << "this branch is unreachable"; in TryDesignatePrimitiveLoadIC()
120BRANCH(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, &notHeapObject); in NamedICAccessor()
185 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), hclass), in NamedICAccessor()
191 BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), slowPath_, tryICHandler); in NamedICAccessor()
[all …]
Dstub_builder.cpp50 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 …]
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 …]
Dobject_operator_stub_builder.cpp43 BRANCH(TaggedIsInt(key), &isInt, &notInt); in HandleKey()
51 BRANCH(Int32GreaterThanOrEqual(*index, Int32(0)), &indexIsValid, &numberToString); in HandleKey()
65 BRANCH(TaggedIsString(glue, key), &isString, &notString); in HandleKey()
75 BRANCH(Int64Equal(*index64, Int64(-1)), &toInternString, &index64To32); in HandleKey()
79 BRANCH(IsInternalString(propKey->ReadVariable()), isProperty, &notInternString); in HandleKey()
96 BRANCH(TaggedIsDouble(key), &isDouble, &notDouble); in HandleKey()
106 BRANCH(LogicAndBuilder(env) in HandleKey()
114 BRANCH(DoubleEqual(number, ChangeInt32ToFloat64(integer)), &isEqual, &tryToString); in HandleKey()
126 BRANCH(IsInternalString(propKey->ReadVariable()), isProperty, &notInternString); in HandleKey()
137 BRANCH(IsSymbol(glue, key), &isSymbol, &notSymbol); in HandleKey()
[all …]
Dhash_stub_builder.cpp29 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()
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()
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/
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-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/
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/toolchain/tooling/dynamic/test/testcases/
Djs_breakpoint_in_different_branch.h33 // 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";

12345678910>>...18