| /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 | ic_stub_builder.cpp | 28 BRANCH(TaggedIsHeapObject(receiver_), &receiverIsHeapObject, &receiverNotHeapObject); in NamedICAccessor() 31 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in NamedICAccessor() 38 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, ¬HeapObject); in NamedICAccessor() 45 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), hclass), in NamedICAccessor() 51 BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), slowPath_, tryICHandler); in NamedICAccessor() 56 BRANCH(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_); in NamedICAccessor() 64 BRANCH(TaggedIsNumber(receiver_), &tryNumber, slowPath_); in NamedICAccessor() 67 BRANCH(TaggedIsUndefined(profileTypeInfo_), slowPath_, &profileNotUndefined); in NamedICAccessor() 74 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, slowPath_) in NamedICAccessor() 84 … BRANCH(Equal(LoadObjectFromWeakRef(firstValue), ctorProtoOrHC), tryICHandler, slowPath_); in NamedICAccessor() [all …]
|
| D | stub_builder.cpp | 60 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, const char* commen… in Branch() function in panda::ecmascript::kungfu::StubBuilder 70 …GateRef ifBranch = env_->GetBuilder()->Branch(currentControl, condition, trueWeight, falseWeight, … in BranchPredict() 171 BRANCH(checkType, &valueIsUndefined, &checkNumber); in MatchFieldType() 183 BRANCH(checkType, &isNumber, &checkBoolean); in MatchFieldType() 196 BRANCH(checkType, &isBoolean, &checkString); in MatchFieldType() 209 BRANCH(checkType, &isString, &checkJSShared); in MatchFieldType() 222 BRANCH(checkType, &isJSShared, &checkBigInt); in MatchFieldType() 235 BRANCH(checkType, &isBigInt, &checkNoneOrGeneric); in MatchFieldType() 252 BRANCH(checkType, &isNoneOrGeneric, &checkNull); in MatchFieldType() 266 BRANCH(checkType, &isNull, &checkUndefined); in MatchFieldType() [all …]
|
| D | profiler_stub_builder.cpp | 57 BRANCH(IsProfileTypeInfoWithBigMethod(profileTypeInfo), &exit, &needDump); in TryDump() 59 BRANCH(IsProfileTypeInfoDumped(profileTypeInfo), &exit, &updatePeriodCounter); in TryDump() 77 BRANCH(IsProfileTypeInfoHotAndValid(profileTypeInfo), &profiler, &exit); in TryPreDump() 96 BRANCH(IsProfileTypeInfoHotAndValid(profileTypeInfo), &profiler, &exit); in ProfileOpType() 106 BRANCH(Int32LessThan(slotId, length), &icSlotValid, &exit); in ProfileOpType() 111 BRANCH(TaggedIsInt(slotValue), &compareLabel, &uninitialized); in ProfileOpType() 118 BRANCH(Int32Equal(oldType, *curType), &exit, &updateSlot); in ProfileOpType() 124 BRANCH(TaggedIsUndefined(slotValue), &updateSlot, &exit); in ProfileOpType() 147 BRANCH(IsProfileTypeInfoHotAndValid(profileTypeInfo), &profiler, &exit); in ProfileDefineClass() 157 BRANCH(Int32LessThan(slotId, length), &icSlotValid, &exit); in ProfileDefineClass() [all …]
|
| D | operations_stub_builder.cpp | 32 BRANCH(TaggedIsHole(*result), &isHole, ¬Hole); in Equal() 43 BRANCH(TaggedIsTrue(*result), &resultIsTrue, &resultNotTrue); in Equal() 72 BRANCH(TaggedIsHole(*result), &isHole, ¬Hole); in NotEqual() 83 BRANCH(TaggedIsTrue(*result), &resultIsTrue, &resultNotTrue); in NotEqual() 112 BRANCH(FastStrictEqual(glue, left, right, callback), &strictEqual, ¬StrictEqual); in StrictEqual() 139 BRANCH(FastStrictEqual(glue, left, right, callback), &strictEqual, ¬StrictEqual); in StrictNotEqual() 170 BRANCH(TaggedIsInt(left), &leftIsInt, &leftOrRightNotInt); in Less() 174 BRANCH(TaggedIsInt(right), &rightIsInt, &leftOrRightNotInt); in Less() 180 BRANCH(Int32LessThan(intLeft, intRight), &leftLessRight, &leftNotLessRight); in Less() 186 BRANCH(TaggedIsNumber(left), &leftIsNumber, &slowPath); in Less() [all …]
|
| D | access_object_stub_builder.cpp | 44 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByName() 83 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadPrivatePropertyByName() 112 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in DeprecatedLoadObjByName() 116 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByName() 150 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByName() 194 Branch(TaggedIsHole(*result), &slowPath, &exit); in StorePrivatePropertyByName() 248 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByValue() 277 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in DeprecatedLoadObjByValue() 281 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByValue() 313 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByValue() [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 | 134 …BRANCH(Int32LessThan(*varHotnessCounter, Int32(0)), &slowPath, &dispatch); … 143 …BRANCH(BitOr(TaggedIsUndefined(*varProfileTypeInfo), … 154 …BRANCH(HasPendingException(glue), &handleException, &noException); … 203 BRANCH(isDebugMode, &isDebugModeTrue, &isDebugModeFalse); \ 218 …BRANCH(isDebugModeOrTracing, &NeedCallRuntimeTrue, &NeedCallRuntimeFalse); … 240 …Branch(TaggedIsUndefined(profileTypeInfo), &executeBCByInterpreter, &getOsrCache); … 248 …Branch(TaggedIsUndefinedOrNull(*varOsrCache), &executeBCByInterpreter, &getMachineCode); … 261 …Branch(Int32LessThan(*varIndex, length), &traverseOsrCache, &executeBCByInterpreter); … 267 …Branch(TaggedIsUndefinedOrNull(*varMachineCode), &addIndex, &compareOffset); … 272 …Branch(Int32Equal(jmpOffsetInFunc, offsetField), &checkExecCount, &addIndex); … [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 38 BRANCH(notGeneric, matchCls, &isGeneric); in ElementsKindHclassCompare() 43 BRANCH(Equal(intialHClass, arrayCls), matchCls, slowPath); in ElementsKindHclassCompare() 58 BRANCH(TaggedIsHeapObject(thisValue), &isHeapObject, slowPath); in With() 60 BRANCH(IsJsArray(thisValue), &isJsArray, slowPath); in With() 62 BRANCH(HasConstructor(thisValue), slowPath, &defaultConstr); in With() 64 BRANCH(IsStableJSArray(glue, thisValue), &isStableArray, slowPath); in With() 66 BRANCH(IsJsCOWArray(thisValue), slowPath, ¬COWArray); in With() 72 BRANCH(TaggedIsInt(index), &taggedIsInt, slowPath); in With() 81 BRANCH(Int64Equal(numArgs, IntPtr(2)), &twoArg, &ifOneArg); in With() 90 BRANCH(Int64Equal(numArgs, IntPtr(1)), &getIndex, slowPath); in With() [all …]
|
| D | builtins_typedarray_stub_builder.cpp | 36 BRANCH(IsByteArray(arrBuf), &isByteArray, ¬ByteArray); in GetDataPointFromBuffer() 63 BRANCH(Int64LessThan(index, Int64(0)), &exit, &indexNotLessZero); in CheckTypedArrayIndexInRange() 67 BRANCH(Int64GreaterThanOrEqual(index, ZExtInt32ToInt64(arrLen)), &exit, &indexIsvalid); in CheckTypedArrayIndexInRange() 91 BRANCH(IsDetachedBuffer(buffer), &exit, ¬Detached); in LoadTypedArrayElement() 95 BRANCH(CheckTypedArrayIndexInRange(array, index), &indexIsvalid, &exit); in LoadTypedArrayElement() 100 BRANCH(TaggedIsNumber(*result), &exit, &slowPath); in LoadTypedArrayElement() 126 BRANCH(IsDetachedBuffer(buffer), &exit, ¬Detached); in StoreTypedArrayElement() 129 BRANCH(CheckTypedArrayIndexInRange(array, index), &indexIsvalid, &exit); in StoreTypedArrayElement() 157 BRANCH(IsDetachedBuffer(buffer), &isDetached, ¬Detached); in FastGetPropertyByIndex() 165 BRANCH(Int32GreaterThanOrEqual(index, arrLen), &exit, &indexIsvalid); in FastGetPropertyByIndex() [all …]
|
| D | builtins_string_stub_builder.cpp | 40 BRANCH(Int64Equal(IntPtr(0), numArgs), &lengthIsZero, &lengthNotZero); in FromCharCode() 47 BRANCH(Int64Equal(IntPtr(1), numArgs), &lengthIsOne, slowPath); in FromCharCode() 52 BRANCH(HasPendingException(glue), &isPendingException, &noPendingException); in FromCharCode() 60 BRANCH(TaggedIsInt(codePointValue), &isInt, ¬Int); in FromCharCode() 72 … BRANCH(IsASCIICharacter(ZExtInt16ToInt32(*value)), &canBeCompress, &canNotBeCompress); in FromCharCode() 119 BRANCH(TaggedIsUndefinedOrNull(thisValue), slowPath, &objNotUndefinedAndNull); in CharAt() 122 BRANCH(TaggedIsHeapObject(thisValue), &thisIsHeapobject, slowPath); in CharAt() 124 BRANCH(IsString(thisValue), &isString, slowPath); in CharAt() 131 BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &next, &posTagNotUndefined); in CharAt() 135 BRANCH(TaggedIsInt(posTag), &posTagIsInt, &posTagNotInt); in CharAt() [all …]
|
| D | builtins_number_stub_builder.cpp | 32 BRANCH(TaggedIsUndefined(msg), &undefinedMsg, &definedMsg); in ParseFloat() 42 BRANCH(TaggedIsHeapObject(msg), &heapObj, slowPath); in ParseFloat() 44 BRANCH(IsString(msg), &stringObj, slowPath); in ParseFloat() 64 Branch(TaggedIsString(msg), &msgIsString, slowPath); in ParseInt() 66 Branch(TaggedIsUndefined(arg2), &radixIsSpecialInt, &radixIsSpecial); in ParseInt() 72 Branch(TaggedIsInt(arg2), &radixIsInt, slowPath); in ParseInt() 94 BRANCH(False(), slowPath, &noSlowPath); in IsFinite() 101 BRANCH(TaggedIsInt(number), &retTrue, &isNotInt); in IsFinite() 105 BRANCH(TaggedIsDouble(number), &isDouble, &retFalse); in IsFinite() 109 BRANCH(DoubleIsNanOrInf(f), &retFalse, &retTrue); in IsFinite() [all …]
|
| D | builtins_object_stub_builder.cpp | 41 BRANCH(TaggedIsHeapObject(arrayObj), &targetIsHeapObject, &targetNotEcmaObject); in CreateListFromArrayLike() 43 BRANCH(TaggedObjectIsEcmaObject(arrayObj), &targetIsEcmaObject, &targetNotEcmaObject); in CreateListFromArrayLike() 54 BRANCH(IsTypedArray(arrayObj), &targetIsTypeArray, &targetNotTypeArray); in CreateListFromArrayLike() 65 BRANCH(HasPendingException(glue), &isPendingException2, &noPendingException2); in CreateListFromArrayLike() 85 BRANCH(HasPendingException(glue), &isPendingException1, &noPendingException1); in CreateListFromArrayLike() 96 …BRANCH(DoubleGreaterThan(doubleLen, Double(JSObject::MAX_ELEMENT_INDEX)), &indexOutRange, &indexIn… in CreateListFromArrayLike() 118 BRANCH(Int32UnsignedLessThan(*index, int32Length), &storeValue, &afterLoop); in CreateListFromArrayLike() 123 … BRANCH(HasPendingException(glue), &isPendingException3, &noPendingException3); in CreateListFromArrayLike() 177 BRANCH(TaggedIsUndefined(thisValue_), &undefined, &checknull); in ToString() 187 BRANCH(TaggedIsUndefined(thisValue_), &null, &checkObject); in ToString() [all …]
|
| D | containers_stub_builder.cpp | 48 BRANCH(IsContainer(*thisObj, type), &valueIsJSAPIVector, &valueNotJSAPIVector); in ContainersCommonFuncCall() 51 BRANCH(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersCommonFuncCall() 55 BRANCH(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in ContainersCommonFuncCall() 67 … BRANCH(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersCommonFuncCall() 76 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ContainersCommonFuncCall() 78 BRANCH(IsCallable(callbackFnHandle), &isCall, ¬Call); in ContainersCommonFuncCall() 83 … BRANCH(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ContainersCommonFuncCall() 102 BRANCH(Int32LessThan(*k, *length), &next, &afterLoop); in ContainersCommonFuncCall() 116 BRANCH(HasPendingException(glue), &hasException, ¬HasException); in ContainersCommonFuncCall() 124 BRANCH(Int32NotEqual(tempLen, *length), &lenChange, &setValue); in ContainersCommonFuncCall() [all …]
|
| D | builtins_function_stub_builder.cpp | 35 BRANCH(TaggedIsHeapObject(thisValue), &isHeapObject, slowPath); in PrototypeApply() 38 BRANCH(IsCallable(thisValue), &targetIsCallable, slowPath); in PrototypeApply() 44 BRANCH(TaggedIsUndefined(arrayObj), &targetIsUndefined, &targetNotUndefined); in PrototypeApply() 60 BRANCH(TaggedIsHole(elements), &targetIsHole, &targetNotHole); in PrototypeApply() 68 BRANCH(HasPendingException(glue), &isPendingException, &noPendingException); in PrototypeApply() 90 … 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() 150 BRANCH(isTargetNameAndLengthNotChange, &targetNameAndLengthNotChange, slowPath); in PrototypeBind() [all …]
|
| D | linked_hashtable_stub_builder.cpp | 51 BRANCH(Int32LessThan(*i, numberOfAllElements), &next, &loopExit); in Rehash() 58 BRANCH(TaggedIsHole(*key), &hole, ¬Hole); in Rehash() 69 BRANCH(TaggedIsWeak(*key), &weak, ¬Weak); in Rehash() 91 … BRANCH(Int32LessThan(*j, Int32(LinkedHashTableObject::ENTRY_SIZE)), &next1, &loopExit1); in Rehash() 127 BRANCH(hasSufficient, &exit, &grow); in GrowCapacity() 173 BRANCH(Int32LessThan(*i, Int32(LinkedHashTableObject::ENTRY_SIZE)), &next, &loopExit); in RemoveEntry() 211 BRANCH(isLess, &lessLable, &exit); in HasSufficientCapacity() 215 …BRANCH(Int32LessThanOrEqual(Int32Add(nof, Int32Div(nof, Int32(2))), capacity), &need, &exit); // 2… in HasSufficientCapacity() 246 BRANCH(IsKey(key), &isKey, &exit); in FindElement() 260 BRANCH(TaggedIsHole(*entry), &loopExit, &next); in FindElement() [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-3.2-Beta3,no_patches,no_submod… 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.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/ |
| D | BUILDING.md | 19 git clone --branch ets-stdlib-dev https://gitee.com/aakmaev/arkcompiler_runtime_core.git panda 20 git clone --branch ets-stdlib-dev https://gitee.com/aakmaev/arkcompiler_ets_runtime.git panda/plugi… 21 git clone --branch ets-stdlib-dev https://gitee.com/aakmaev/arkcompiler_ets_frontend.git panda/tool… 53 git clone --branch ets-stdlib-dev https://gitee.com/aakmaev/arkcompiler_runtime_core.git panda 54 git clone --branch ets-stdlib-dev https://gitee.com/aakmaev/arkcompiler_ets_runtime.git panda/plugi… 55 git clone --branch ets-stdlib-dev https://gitee.com/aakmaev/arkcompiler_ets_frontend.git panda/tool…
|
| /arkcompiler/toolchain/tooling/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";
|
| /arkcompiler/ets_frontend/ets2panda/scripts/ |
| D | run-tests | 47 [--branch=BRANCH_NAME] 83 --branch=*) 158 …branch=$(git show-branch | sed "s/].*//" | grep "\*" | grep -v "$(git rev-parse --abbrev-ref HEAD)… variable 159 if [[ "$branch" == 'fe_dev_stable' || "$branch" == 'master' ]]; then 160 PARENT_BRANCH=$branch 161 echo "PARENT_BRANCH = $branch" 175 echo "Parent branch for $dir not found. All files will be checked"
|
| /arkcompiler/runtime_core/static_core/runtime/jit/ |
| D | profiling_data.h | 274 auto branch = FindBranchData(pc); in UpdateBranchTaken() local 275 ASSERT(branch != nullptr); in UpdateBranchTaken() 276 branch->IncrementTaken(); in UpdateBranchTaken() 281 auto branch = FindBranchData(pc); in UpdateBranchNotTaken() local 282 ASSERT(branch != nullptr); in UpdateBranchNotTaken() 283 branch->IncrementNotTaken(); in UpdateBranchNotTaken() 288 auto branch = FindBranchData(pc); in GetBranchTakenCounter() local 289 ASSERT(branch != nullptr); in GetBranchTakenCounter() 290 return branch->GetTakenCounter(); in GetBranchTakenCounter() 295 auto branch = FindBranchData(pc); in GetBranchNotTakenCounter() local [all …]
|