Home
last modified time | relevance | path

Searched refs:Branch (Results 1 – 25 of 53) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp25 Branch(TaggedIsHeapObject(receiver_), &receiverIsHeapObject, slowPath_); in NamedICAccessor()
28 Branch(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in NamedICAccessor()
35 Branch(TaggedIsHeapObject(firstValue), &isHeapObject, &notHeapObject); 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, &notHeapObject); in ValuedICAccessor()
78 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), in ValuedICAccessor()
[all …]
Dstub_builder.cpp50 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)), &notExceedUpper, &exceedUpper); in FindElementWithCache()
136 Branch(Int32Equal(propsNum, Int32(0)), &propsNumIsZero, &propsNumNotZero); in FindElementWithCache()
148 Branch(Equal(keyInProperty, key), &equal, &notEqual); in FindElementWithCache()
156 Branch(Int32UnsignedLessThan(*i, propsNum), &loopEnd, &afterLoop); in FindElementWithCache()
202 Branch(TaggedIsHole(element), &isHole, &notHole); in FindElementFromNumberDictionary()
208 Branch(TaggedIsUndefined(element), &isUndefined, &notUndefined); in FindElementFromNumberDictionary()
215 Branch(Int32Equal(index, GetInt32OfTInt(element)), &isMatch, &notMatch); in FindElementFromNumberDictionary()
254 Branch(IsSymbol(key), &isSymbol, &notSymbol); in FindEntryFromNameDictionary()
[all …]
Doperations_stub_builder.cpp31 Branch(TaggedIsHole(*result), &isHole, &exit); in Equal()
55 Branch(TaggedIsHole(*result), &isHole, &notHole); in NotEqual()
66 Branch(TaggedIsTrue(*result), &resultIsTrue, &resultNotTrue); in NotEqual()
92 Branch(FastStrictEqual(glue, left, right, callback), &exit, &notStrictEqual); 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 …]
Dprofiler_stub_builder.cpp59 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 …]
Dinterpreter_stub.cpp119Branch(Int32LessThan(*varHotnessCounter, Int32(0)), &slowPath, &dispatch); …
127Branch(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 …]
Dtyped_array_stub_builder.cpp32 Branch(IsByteArray(buffer), &isByteArray, &notByteArray); in IsDetachedBuffer()
40 Branch(TaggedIsNull(dataSlot), &isNull, &exit); in IsDetachedBuffer()
63 Branch(IsByteArray(arrBuf), &isByteArray, &notByteArray); in GetDataPointFromBuffer()
94 Branch(IsDetachedBuffer(buffer), &isDetached, &notDetached); in FastGetPropertyByIndex()
102 Branch(Int32GreaterThanOrEqual(index, arrLen), &exit, &indexIsvalid); in FastGetPropertyByIndex()
107 Branch(TaggedIsNumber(*result), &exit, &slowPath); in FastGetPropertyByIndex()
138 Branch(IsDetachedBuffer(buffer), &isDetached, &notDetached); in FastCopyElementToArray()
154 Branch(Int32UnsignedLessThan(*start, arrLen), &storeValue, &exit); in FastCopyElementToArray()
203Branch(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 …]
Dnew_object_stub_builder.cpp40 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, &notEmpty); 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 …]
Dcommon_stubs.cpp298 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 …]
Daccess_object_stub_builder.cpp43 Branch(TaggedIsHole(*result), &slowPath, &notHole); 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), &notFoundInRecord, &foundInRecord); in TryLoadGlobalByName()
271 Branch(TaggedIsHole(*result), &slowPath, &exit); in TryLoadGlobalByName()
[all …]
Dslowpath_lowering.cpp134 GateRef ifBranch = builder_.Branch(state, condition); in ReplaceHirWithPendingException()
168 auto ifBranch = builder_.Branch(state, equal); in ReplaceHirWithValue()
1057 builder_.Branch(builder_.TaggedIsHeapObject(value), &isHeapObject, &notEcmaObject); in LowerThrowIfNotObject()
1059 builder_.Branch(builder_.TaggedObjectIsEcmaObject(value), &isEcmaObject, &notEcmaObject); in LowerThrowIfNotObject()
1083 builder_.Branch(builder_.TaggedIsHole(hole), &isHole, &notHole); in LowerThrowUndefinedIfHole()
1107 builder_.Branch(builder_.TaggedIsHole(hole), &isHole, &notHole); in LowerThrowUndefinedIfHoleWithName()
1312 builder_.Branch(builder_.TaggedIsNumber(value), &checkResult, &notNumber); in LowerToNumber()
1545 builder_.Branch(builder_.TaggedIsNumeric(value), &checkResult, &notNumber); in LowerToNumeric()
1649 builder_.Branch(builder_.TaggedIsTrue(*result), &isTrue, &isFalse); in LowerIsTrueOrFalse()
1677 builder_.Branch(builder_.TaggedIsHole(thisObj), &slowPath, &fastPath); in LowerNewObjRange()
[all …]
Dbuiltins_lowering.cpp63 builder_.Branch(builder_.TaggedIsNumber(para1), &numberBranch, &notNumberBranch); in TypedTrigonometric()
70 builder_.Branch(condition, &IsNan, &NotNan); in TypedTrigonometric()
158 builder_.Branch(builder_.TaggedIsInt(para1), &isInt, &notInt); in TypedAbs()
207 auto ifBranch = builder_.Branch(state, equal); in ReplaceHirWithValue()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp46 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()
65Branch(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersCommonFuncCall()
74 Branch(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ContainersCommonFuncCall()
76 Branch(IsCallable(callbackFnHandle), &isCall, &notCall); in ContainersCommonFuncCall()
81Branch(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ContainersCommonFuncCall()
100 Branch(Int32LessThan(*k, *length), &next, &afterLoop); in ContainersCommonFuncCall()
111 Branch(HasPendingException(glue), &hasException, &notHasException); in ContainersCommonFuncCall()
119 Branch(Int32NotEqual(tempLen, *length), &lenChange, &setValue); in ContainersCommonFuncCall()
[all …]
Dbuiltins_stubs.cpp71 Branch(IntPtrGreaterThan(numArgs, index), &validIndex, &exit); in GetArg()
99 Branch(Int64Equal(numArgs, IntPtr(0)), &callThis0, &notcallThis0); in CallSlowPath()
108 Branch(Int64Equal(numArgs, IntPtr(1)), &callThis1, &notcallThis1); 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 …]
Dbuiltins_string_stub_builder.cpp36 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 …]
Dbuiltins_stubs.h75 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/
DoptionalChain.cpp53 pg_->Branch(node_, notNullish); in CheckNullish()
57 pg_->Branch(node_, label_); in CheckNullish()
Diterators.cpp119 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()
Ddestructuring.cpp64 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/
DtryStatement.cpp54 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()
DforInStatement.cpp62 pg->Branch(right_, labelSet.CatchEnd()); in Compile()
96 pg->Branch(this, labelTarget.ContinueTarget()); in Compile()
DforOfStatement.cpp57 pg->Branch(right_, labelSet.CatchEnd()); in Compile()
98 pg->Branch(this, labelTarget.ContinueTarget()); in Compile()
DcontinueStatement.cpp38 pg->Branch(this, target); in Compile()
DbreakStatement.cpp39 pg->Branch(this, target); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DswitchBuilder.cpp69 pg_->Branch(defaultTarget, caseLabels_[defaultIndex]); in JumpToDefault()
74 pg_->Branch(stmt_, end_); in Break()
DdynamicContext.cpp80 pg_->Branch(node, labelSet.CatchEnd()); in ~LexEnvContext()
122 pg_->Branch(node, labelSet.CatchEnd()); in ~IteratorContext()
158 pg_->Branch(node, labelSet.CatchEnd()); in ~DestructuringIteratorContext()

123