/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ic_stub_builder.cpp | 25 Branch(TaggedIsHeapObject(receiver_), &receiverIsHeapObject, slowPath_); in NamedICAccessor() 28 Branch(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in NamedICAccessor() 35 Branch(TaggedIsHeapObject(firstValue), &isHeapObject, ¬HeapObject); in NamedICAccessor() 40 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), in NamedICAccessor() 46 Branch(TaggedIsHole(cachedHandler->ReadVariable()), slowPath_, tryICHandler); in NamedICAccessor() 51 Branch(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_); in NamedICAccessor() 62 Branch(TaggedIsHeapObject(receiver_), &receiverIsHeapObject, slowPath_); in ValuedICAccessor() 66 Branch(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in ValuedICAccessor() 73 Branch(TaggedIsHeapObject(firstValue), &isHeapObject, ¬HeapObject); in ValuedICAccessor() 78 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), in ValuedICAccessor() [all …]
|
D | stub_builder.cpp | 50 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel) in Branch() function in panda::ecmascript::kungfu::StubBuilder 54 GateRef ifBranch = env_->GetBuilder()->Branch(currentControl, condition); in Branch() 125 Branch(Int32LessThanOrEqual(propsNum, Int32(9)), ¬ExceedUpper, &exceedUpper); in FindElementWithCache() 136 Branch(Int32Equal(propsNum, Int32(0)), &propsNumIsZero, &propsNumNotZero); in FindElementWithCache() 148 Branch(Equal(keyInProperty, key), &equal, ¬Equal); in FindElementWithCache() 156 Branch(Int32UnsignedLessThan(*i, propsNum), &loopEnd, &afterLoop); in FindElementWithCache() 202 Branch(TaggedIsHole(element), &isHole, ¬Hole); in FindElementFromNumberDictionary() 208 Branch(TaggedIsUndefined(element), &isUndefined, ¬Undefined); in FindElementFromNumberDictionary() 215 Branch(Int32Equal(index, GetInt32OfTInt(element)), &isMatch, ¬Match); in FindElementFromNumberDictionary() 254 Branch(IsSymbol(key), &isSymbol, ¬Symbol); in FindEntryFromNameDictionary() [all …]
|
D | operations_stub_builder.cpp | 31 Branch(TaggedIsHole(*result), &isHole, &exit); in Equal() 55 Branch(TaggedIsHole(*result), &isHole, ¬Hole); in NotEqual() 66 Branch(TaggedIsTrue(*result), &resultIsTrue, &resultNotTrue); in NotEqual() 92 Branch(FastStrictEqual(glue, left, right, callback), &exit, ¬StrictEqual); in StrictEqual() 112 Branch(FastStrictEqual(glue, left, right, callback), &strictEqual, &exit); in StrictNotEqual() 137 Branch(TaggedIsInt(left), &leftIsInt, &leftOrRightNotInt); in Less() 141 Branch(TaggedIsInt(right), &rightIsInt, &leftOrRightNotInt); in Less() 147 Branch(Int32LessThan(intLeft, intRight), &leftLessRight, &leftNotLessRight); in Less() 153 Branch(TaggedIsNumber(left), &leftIsNumber, &slowPath); in Less() 157 Branch(TaggedIsNumber(right), &rightIsNumber, &slowPath); in Less() [all …]
|
D | profiler_stub_builder.cpp | 59 Branch(TaggedIsUndefined(profileTypeInfo), &slowpath, &profiler); in ProfileOpType() 79 Branch(TaggedIsInt(slotValue), &compareLabel, &uninitialize); in ProfileOpType() 84 Branch(Int32Equal(oldSlotValue, *curType), &exit, &updateSlot); in ProfileOpType() 88 Branch(TaggedIsUndefined(slotValue), &updateSlot, &updateProfile); in ProfileOpType() 135 Branch(TaggedIsJSArray(newObj), &isArray, &calculateTraceId); in ProfileCreateObject() 141 Branch(Int32GreaterThan(*traceId, Int32(0)), &exit, &uninitialize); in ProfileCreateObject() 176 Branch(TaggedIsHeapObject(object), &isHeap, &exit); in ProfileObjLayout() 201 Branch(IsJSFunction(target), &targetIsFunction, &exit); in ProfileCall() 206 Branch(TaggedIsUndefined(targetProfileInfo), &nonHotness, &exit); in ProfileCall() 236 Branch(Equal(oldTrackType, Int32(static_cast<int32_t>(TrackType::TAGGED))), &exit, &judgeValue); in UpdateTrackTypeInPropAttr() [all …]
|
D | interpreter_stub.cpp | 119 …Branch(Int32LessThan(*varHotnessCounter, Int32(0)), &slowPath, &dispatch); … 127 …Branch(BoolOr(TaggedIsUndefined(*varProfileTypeInfo), Int8Equal(interruptsFlag, … 286 Branch(TaggedIsException(*argumentsList), &slowPath, &newArgumentsObj); in DECLARE_ASM_HANDLER() 291 Branch(TaggedIsException(*argumentsObj), &slowPath, &checkException); in DECLARE_ASM_HANDLER() 293 Branch(HasPendingException(glue), &slowPath, &dispatch); in DECLARE_ASM_HANDLER() 647 Branch(Int32LessThan(*i, level), &loopHead, &afterLoop); in DECLARE_ASM_HANDLER() 651 Branch(Int32LessThan(*i, level), &loopEnd, &afterLoop); in DECLARE_ASM_HANDLER() 676 Branch(Int32LessThan(*i, level), &loopHead, &afterLoop); in DECLARE_ASM_HANDLER() 680 Branch(Int32LessThan(*i, level), &loopEnd, &afterLoop); in DECLARE_ASM_HANDLER() 704 Branch(Int32LessThan(*i, level), &loopHead, &afterLoop); in DECLARE_ASM_HANDLER() [all …]
|
D | typed_array_stub_builder.cpp | 32 Branch(IsByteArray(buffer), &isByteArray, ¬ByteArray); in IsDetachedBuffer() 40 Branch(TaggedIsNull(dataSlot), &isNull, &exit); in IsDetachedBuffer() 63 Branch(IsByteArray(arrBuf), &isByteArray, ¬ByteArray); in GetDataPointFromBuffer() 94 Branch(IsDetachedBuffer(buffer), &isDetached, ¬Detached); in FastGetPropertyByIndex() 102 Branch(Int32GreaterThanOrEqual(index, arrLen), &exit, &indexIsvalid); in FastGetPropertyByIndex() 107 Branch(TaggedIsNumber(*result), &exit, &slowPath); in FastGetPropertyByIndex() 138 Branch(IsDetachedBuffer(buffer), &isDetached, ¬Detached); in FastCopyElementToArray() 154 Branch(Int32UnsignedLessThan(*start, arrLen), &storeValue, &exit); in FastCopyElementToArray() 203 … Branch(Int32LessThanOrEqual(jsType, Int32(static_cast<int32_t>(JSType::JS_UINT8_CLAMPED_ARRAY))), in GetValueFromBuffer() 239 Branch(Int32LessThanOrEqual(jsType, Int32(static_cast<int32_t>(JSType::JS_INT32_ARRAY))), in GetValueFromBuffer() [all …]
|
D | new_object_stub_builder.cpp | 40 Branch(TaggedIsException(result->ReadVariable()), &hasPendingException, &noException); in NewLexicalEnv() 90 Branch(TaggedIsException(result->ReadVariable()), &hasPendingException, &noException); in NewJSObject() 97 Branch(IsTSHClass(hclass), &isTS, &initialize); in NewJSObject() 151 Branch(TaggedIsException(result->ReadVariable()), exit, &noException); in NewTaggedArrayChecked() 176 Branch(Int32Equal(len, Int32(0)), &isEmpty, ¬Empty); in NewTaggedArray() 187 Branch(Int32LessThan(len, Int32(MAX_TAGGED_ARRAY_LENGTH)), &next, &slowPath); in NewTaggedArray() 215 Branch(TaggedIsException(result->ReadVariable()), exit, &setHClass); in NewArgumentsList() 225 Branch(Int32UnsignedLessThan(*i, numArgs), &setArgumentsBegin, &setArgumentsEnd); in NewArgumentsList() 231 Branch(Int32UnsignedLessThan(*i, numArgs), &setArgumentsAgain, &setArgumentsEnd); in NewArgumentsList() 251 Branch(TaggedIsException(result->ReadVariable()), exit, &setArgumentsObjProperties); in NewArgumentsObj() [all …]
|
D | common_stubs.cpp | 298 Branch(TaggedIsException(*argumentsList), &exit, &newArgumentsObj); in GenerateCircuit() 499 Branch(TaggedIsHeapObject(receiver), &receiverIsHeapObject, &receiverNotHeapObject); in GenerateCircuit() 503 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), in GenerateCircuit() 513 Branch(TaggedIsHole(cachedHandler), &receiverNotHeapObject, &cachedHandlerNotHole); in GenerateCircuit() 541 Branch(TaggedIsHeapObject(receiver), &receiverIsHeapObject, &receiverNotHeapObject); in GenerateCircuit() 545 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), in GenerateCircuit() 552 Branch(Int64Equal(firstValue, key), &firstValueEqualKey, &receiverNotHeapObject); in GenerateCircuit() 556 Branch(TaggedIsHole(cachedHandler), &receiverNotHeapObject, &cachedHandlerNotHole); in GenerateCircuit() 579 Branch(TaggedIsHeapObject(receiver), &receiverIsHeapObject, &receiverNotHeapObject); in GenerateCircuit() 583 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), in GenerateCircuit() [all …]
|
D | access_object_stub_builder.cpp | 43 Branch(TaggedIsHole(*result), &slowPath, ¬Hole); in LoadObjByName() 75 Branch(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in DeprecatedLoadObjByName() 79 Branch(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByName() 112 Branch(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByName() 162 Branch(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByValue() 188 Branch(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in DeprecatedLoadObjByValue() 192 Branch(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByValue() 223 Branch(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByValue() 261 Branch(TaggedIsUndefined(record), ¬FoundInRecord, &foundInRecord); in TryLoadGlobalByName() 271 Branch(TaggedIsHole(*result), &slowPath, &exit); in TryLoadGlobalByName() [all …]
|
D | slowpath_lowering.cpp | 134 GateRef ifBranch = builder_.Branch(state, condition); in ReplaceHirWithPendingException() 168 auto ifBranch = builder_.Branch(state, equal); in ReplaceHirWithValue() 1057 builder_.Branch(builder_.TaggedIsHeapObject(value), &isHeapObject, ¬EcmaObject); in LowerThrowIfNotObject() 1059 builder_.Branch(builder_.TaggedObjectIsEcmaObject(value), &isEcmaObject, ¬EcmaObject); in LowerThrowIfNotObject() 1083 builder_.Branch(builder_.TaggedIsHole(hole), &isHole, ¬Hole); in LowerThrowUndefinedIfHole() 1107 builder_.Branch(builder_.TaggedIsHole(hole), &isHole, ¬Hole); in LowerThrowUndefinedIfHoleWithName() 1312 builder_.Branch(builder_.TaggedIsNumber(value), &checkResult, ¬Number); in LowerToNumber() 1545 builder_.Branch(builder_.TaggedIsNumeric(value), &checkResult, ¬Number); in LowerToNumeric() 1649 builder_.Branch(builder_.TaggedIsTrue(*result), &isTrue, &isFalse); in LowerIsTrueOrFalse() 1677 builder_.Branch(builder_.TaggedIsHole(thisObj), &slowPath, &fastPath); in LowerNewObjRange() [all …]
|
D | builtins_lowering.cpp | 63 builder_.Branch(builder_.TaggedIsNumber(para1), &numberBranch, ¬NumberBranch); in TypedTrigonometric() 70 builder_.Branch(condition, &IsNan, &NotNan); in TypedTrigonometric() 158 builder_.Branch(builder_.TaggedIsInt(para1), &isInt, ¬Int); in TypedAbs() 207 auto ifBranch = builder_.Branch(state, equal); in ReplaceHirWithValue()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | containers_stub_builder.cpp | 46 Branch(IsContainer(*thisObj, type), &valueIsJSAPIVector, &valueNotJSAPIVector); in ContainersCommonFuncCall() 49 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersCommonFuncCall() 53 Branch(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in ContainersCommonFuncCall() 65 … Branch(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersCommonFuncCall() 74 Branch(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ContainersCommonFuncCall() 76 Branch(IsCallable(callbackFnHandle), &isCall, ¬Call); in ContainersCommonFuncCall() 81 … Branch(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ContainersCommonFuncCall() 100 Branch(Int32LessThan(*k, *length), &next, &afterLoop); in ContainersCommonFuncCall() 111 Branch(HasPendingException(glue), &hasException, ¬HasException); in ContainersCommonFuncCall() 119 Branch(Int32NotEqual(tempLen, *length), &lenChange, &setValue); in ContainersCommonFuncCall() [all …]
|
D | builtins_stubs.cpp | 71 Branch(IntPtrGreaterThan(numArgs, index), &validIndex, &exit); in GetArg() 99 Branch(Int64Equal(numArgs, IntPtr(0)), &callThis0, ¬callThis0); in CallSlowPath() 108 Branch(Int64Equal(numArgs, IntPtr(1)), &callThis1, ¬callThis1); in CallSlowPath() 118 Branch(Int64Equal(numArgs, IntPtr(2)), &callThis2, &callThis3); // 2: args2 in CallSlowPath() 165 Branch(TaggedIsUndefinedOrNull(thisValue), &slowPath, &objNotUndefinedAndNull); in DECLARE_BUILTINS() 168 Branch(TaggedIsHeapObject(thisValue), &thisIsHeapobject, &slowPath); in DECLARE_BUILTINS() 170 Branch(IsString(thisValue), &isString, &slowPath); in DECLARE_BUILTINS() 177 Branch(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &next, &posTagNotUndefined); in DECLARE_BUILTINS() 181 Branch(TaggedIsInt(posTag), &posTagIsInt, &posTagNotInt); in DECLARE_BUILTINS() 186 Branch(TaggedIsDouble(posTag), &posTagIsDouble, &slowPath); in DECLARE_BUILTINS() [all …]
|
D | builtins_string_stub_builder.cpp | 36 Branch(IsUtf16String(obj), &isUtf16, &isUtf8); in StringAt() 69 Branch(IsUtf16String(obj), &isUtf16, &isUtf8); in CreateFromEcmaString() 91 Branch(*canBeCompressed, &isUtf8Next, &isUtf16Next); in CreateFromEcmaString() 105 Branch(*canBeCompressed, &isUtf8Copy, &isUtf16Copy); in CreateFromEcmaString() 139 Branch(Int32Equal(len, Int32(0)), &lenEqualZero, &lenNotEqualZero); in FastSubString() 148 Branch(Int32Equal(from, Int32(0)), &fromEqualZero, &next); in FastSubString() 152 Branch(Int32Equal(len, thisLen), &exit, &next); in FastSubString() 156 Branch(IsUtf8String(thisValue), &isUtf8, &isUtf16); in FastSubString() 219 Branch(canBeCompressed, &isUtf8, &isUtf16); in FastSubUtf16String() 232 Branch(canBeCompressed, &isUtf8Next, &isUtf16Next); in FastSubUtf16String() [all …]
|
D | builtins_stubs.h | 75 Branch(Int32GreaterThan(TruncPtrToInt32(numArg), Int32(0)), &isValid, &exit); in GetCallArg0() 95 Branch(Int32GreaterThan(TruncPtrToInt32(numArg), Int32(1)), &isValid, &exit); in GetCallArg1() 116 Branch(Int32GreaterThan(TruncPtrToInt32(numArg), Int32(2)), &isValid, &exit); in GetCallArg2()
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | optionalChain.cpp | 53 pg_->Branch(node_, notNullish); in CheckNullish() 57 pg_->Branch(node_, label_); in CheckNullish()
|
D | iterators.cpp | 119 pg_->Branch(node_, labelSet.CatchEnd()); in Close() 168 pg_->Branch(node_, noClose); in Step() 176 pg_->Branch(node_, labelSet.CatchEnd()); in Step() 193 pg_->Branch(node_, doneTarget); in OnIterDone()
|
D | destructuring.cpp | 64 pg->Branch(restElement, next); in GenRestElement() 115 pg->Branch(element, assingValue); in GenArray() 162 pg->Branch(element, store); in GenObjectProperty() 226 pg->Branch(object, notNullish); in GenObject()
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
D | tryStatement.cpp | 54 pg->Branch(this, labelSet.CatchEnd()); in CompileFinally() 89 pg->Branch(this, innerLabelSet.CatchEnd()); in CompileTryCatchFinally() 116 pg->Branch(this, innerLabelSet.CatchEnd()); in CompileTryFinally() 138 pg->Branch(this, labelSet.CatchEnd()); in CompileTryCatch()
|
D | forInStatement.cpp | 62 pg->Branch(right_, labelSet.CatchEnd()); in Compile() 96 pg->Branch(this, labelTarget.ContinueTarget()); in Compile()
|
D | forOfStatement.cpp | 57 pg->Branch(right_, labelSet.CatchEnd()); in Compile() 98 pg->Branch(this, labelTarget.ContinueTarget()); in Compile()
|
D | continueStatement.cpp | 38 pg->Branch(this, target); in Compile()
|
D | breakStatement.cpp | 39 pg->Branch(this, target); in Compile()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | switchBuilder.cpp | 69 pg_->Branch(defaultTarget, caseLabels_[defaultIndex]); in JumpToDefault() 74 pg_->Branch(stmt_, end_); in Break()
|
D | dynamicContext.cpp | 80 pg_->Branch(node, labelSet.CatchEnd()); in ~LexEnvContext() 122 pg_->Branch(node, labelSet.CatchEnd()); in ~IteratorContext() 158 pg_->Branch(node, labelSet.CatchEnd()); in ~DestructuringIteratorContext()
|