Home
last modified time | relevance | path

Searched refs:TaggedIsUndefined (Results 1 - 25 of 28) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dic_stub_builder.cpp31 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in NamedICAccessor()
56 BRANCH(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_); in NamedICAccessor()
67 BRANCH(TaggedIsUndefined(profileTypeInfo_), slowPath_, &profileNotUndefined); in NamedICAccessor()
100 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in ValuedICAccessor()
145 BRANCH(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_); in ValuedICAccessor()
278 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in TryLoadGlobalICByName()
299 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in TryStoreGlobalICByName()
H A Dprofiler_stub_builder.cpp124 BRANCH(TaggedIsUndefined(slotValue), &updateSlot, &exit); in ProfileOpType()
165 BRANCH(TaggedIsUndefined(handle), &updateSlot, &exit); in ProfileDefineClass()
214 BRANCH(TaggedIsUndefined(slotValue), &updateSlot, &exit); in ProfileCreateObject()
298 BRANCH(TaggedIsUndefined(slotValue), &updateSlot, &exit); in ProfileCall()
326 BRANCH(TaggedIsUndefined(targetProfileInfo), &targetNonHotness, &exit); in ProfileGetterSetterCall()
613 BRANCH(TaggedIsUndefined(slotValue), &updateSlot, &exit); in ProfileBranch()
846 BRANCH(TaggedIsUndefined(profileTypeInfo), &exit, &isHot); in IsProfileTypeInfoHotAndValid()
H A Dntype_hcr_lowering.cpp305 BRANCH_CIR(builder_.TaggedIsUndefined(data), &dataIsUndefined, &exit); in LowerStoreModuleVar()
333 BRANCH_CIR(builder_.TaggedIsUndefined(dictionary), &exit, &dataIsNotUndefined); in LowerLdLocalModuleVar()
H A Daccess_object_stub_builder.cpp402 BRANCH(TaggedIsUndefined(record), &notFoundInRecord, &foundInRecord); in TryLoadGlobalByName()
451 BRANCH(TaggedIsUndefined(record), &notFoundInRecord, &foundInRecord); in TryStoreGlobalByName()
H A Dinterpreter_stub-inl.h576 BRANCH(TaggedIsUndefined(profileTypeInfo), &profileTypeInfoEnd, &profileTypeInfoNotUndefined); in UpdateProfileTypeInfoCellToFunction()
580 BRANCH_UNLIKELY(TaggedIsUndefined(slotValue), &slotValueUpdate, &slotValueNotUndefined); in UpdateProfileTypeInfoCellToFunction()
H A Dmcr_circuit_builder.h371 GateRef CircuitBuilder::TaggedIsUndefined(GateRef x) in TaggedIsUndefined() function in panda::ecmascript::kungfu::CircuitBuilder
482 GateRef isUndefined = TaggedIsUndefined(x); in TaggedIsUndefinedOrHole()
H A Dstub_builder.cpp174 GateRef checkType = TaggedIsUndefined(value); in MatchFieldType()
281 .And(TaggedIsUndefined(value)) in MatchFieldType()
759 BRANCH(TaggedIsUndefined(element), &isUndefined, &notUndefined); in FindElementFromNumberDictionary()
846 BRANCH(TaggedIsUndefined(element), &isUndefined, &notUndefined); in FindEntryFromNameDictionary()
955 BRANCH(TaggedIsUndefined(element), &isUndefined, &notUndefined); in FindEntryFromTransitionDictionary()
1190 BRANCH(TaggedIsUndefined(getter), &objIsUndefined, &objNotUndefined); in CallGetterHelper()
1248 BRANCH(TaggedIsUndefined(setter), &objIsUndefined, &objNotUndefined); in CallSetterHelper()
2559 BRANCH(TaggedIsUndefined(cellValue), &loopEnd, &cellNotUndefined); in LoadICWithHandler()
2979 BRANCH(TaggedIsUndefined(cellValue), &loopEnd, &cellNotUndefined); in StoreICWithHandler()
5452 BRANCH(TaggedIsUndefined(ob in FastTypeOf()
[all...]
H A Dcircuit_builder.cpp1192 BRANCH_CIR2(TaggedIsUndefined(obj), &isUndefined, &notIsUndefined); in ToObject()
1388 BRANCH_CIR2(TaggedIsUndefined(profileTypeInfo), &profileTypeInfoEnd, &profileTypeInfoNotUndefined); in UpdateProfileTypeInfoCellToFunction()
1392 BRANCH_CIR2(TaggedIsUndefined(slotValue), &slotValueUpdate, &slotValueNotUndefined); in UpdateProfileTypeInfoCellToFunction()
H A Dbuiltins_lowering.cpp88 GateRef status = builder_.TaggedIsUndefined(*result); in TypedLocaleCompare()
H A Dinterpreter_stub.cpp143 BRANCH(BitOr(TaggedIsUndefined(*varProfileTypeInfo), \
240 Branch(TaggedIsUndefined(profileTypeInfo), &executeBCByInterpreter, &getOsrCache); \
364 BRANCH(TaggedIsUndefined(profileTypeInfo), &hclassNotHit, &tryGetHclass); \
1551 BRANCH(TaggedIsUndefined(newTarget), &slowPath, &normalPath); in DECLARE_ASM_HANDLER()
2725 BRANCH(TaggedIsUndefined(*varProfileTypeInfo), &updateHotness, &isStable); in DECLARE_ASM_HANDLER()
2824 BRANCH(TaggedIsUndefined(*varProfileTypeInfo), &updateHotness, &isStable); in DECLARE_ASM_HANDLER()
2936 BRANCH(TaggedIsUndefined(*varProfileTypeInfo), &updateHotness, &isStable); in DECLARE_ASM_HANDLER()
3041 BRANCH(TaggedIsUndefined(*varProfileTypeInfo), &updateHotness, &isStable); in DECLARE_ASM_HANDLER()
3422 BRANCH(TaggedIsUndefined(*varProfileTypeInfo), &updateHotness, &isStable); in DECLARE_ASM_HANDLER()
3549 BRANCH(TaggedIsUndefined(newTarge in DECLARE_ASM_HANDLER()
[all...]
H A Dnew_object_stub_builder.cpp1102 BRANCH(TaggedIsUndefined(*profileTypeInfo), &isUndefined, &notUndefined); in SetProfileTypeInfoCellToFunction()
1197 BRANCH(TaggedIsUndefined(enumCache), &slowpath, &cacheHit); in EnumerateObjectProperties()
1957 BRANCH(TaggedIsUndefined(profileTypeInfo), &slowpath, &profileNotUndefined); in CreateEmptyArray()
2002 BRANCH(TaggedIsUndefined(profileTypeInfo), &slowpath, &profileNotUndefined); in CreateArrayWithBuffer()
H A Dtyped_native_inline_lowering.cpp1973 builder_.Branch(builder_.TaggedIsUndefined(arg2), &radixIsSpecialInt, &radixIsSpecial); in LowerNumberParseInt()
2014 builder_.Branch(builder_.BoolNot(builder_.TaggedIsUndefined(msg)), &definedMsg, &undefinedMsg); in LowerNumberParseFloat()
2885 BRANCH_CIR(builder_.TaggedIsUndefined(targetElement), &targetIsUndefined, &targetIsNotUndefiend); in LowerArrayIncludesIndexOf()
3857 BRANCH_CIR(builder_.TaggedIsUndefined(startHandler), &startUseZero, &startNotUndef); in CheckAndCalcuSliceIndex()
3889 BRANCH_CIR(builder_.TaggedIsUndefined(endHandler), &endUseLength, &endNotUndef); in CheckAndCalcuSliceIndex()
H A Dmcr_lowering.cpp682 GateRef typeCheck = builder_.TaggedIsUndefined(value); in LowerUndefinedAndConvert()
H A Dstub_builder-inl.h711 inline GateRef StubBuilder::TaggedIsUndefined(GateRef x) in TaggedIsUndefined() function in panda::ecmascript::kungfu::StubBuilder
713 return env_->GetBuilder()->TaggedIsUndefined(x); in TaggedIsUndefined()
H A Dcircuit_builder.h690 inline GateRef TaggedIsUndefined(GateRef x);
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_proxy_stub_builder.cpp35 BRANCH(TaggedIsUndefined(newTarget), &slowPath, &newTargetNotUndefined); in GenProxyConstructor()
H A Dbuiltins_number_stub_builder.cpp32 BRANCH(TaggedIsUndefined(msg), &undefinedMsg, &definedMsg); in ParseFloat()
66 Branch(TaggedIsUndefined(arg2), &radixIsSpecialInt, &radixIsSpecial); in ParseInt()
272 BRANCH(TaggedIsUndefined(newTarget), &exit, &newObj); in GenNumberConstructor()
326 BRANCH(TaggedIsUndefined(msg), &undefinedMsg, &definedMsg); in ToString()
H A Dbuiltins_collator_stub_builder.cpp78 BRANCH_NO_WEIGHT(TaggedIsUndefined(*collationVar), &undefined, &notUndefined); in ResolvedOptions()
H A Dbuiltins_dataview_stub_builder.cpp60 BRANCH(TaggedIsUndefined(littleEndianHandle), &getArrayBuffer, &toBool); in SetTypedValue()
H A Dbuiltins_typedarray_stub_builder.cpp1680 BRANCH(TaggedIsUndefined(end), &undefEnd, &defEnd); in SubArray()
2138 BRANCH(TaggedIsUndefined(callbackFnHandle), &argUndefined, slowPath); in Sort()
2486 BRANCH(TaggedIsUndefined(callbackFnHandle), &argUndefined, slowPath); in ToSorted()
2551 return LogicOrBuilder(env).Or(TaggedIsUndefined(value)).Or(TaggedIsNumber(value)) in Of()
3126 BRANCH(TaggedIsUndefined(arg0), &isUndef, &notUndef); in GenTypedArrayConstructor()
3346 BRANCH(TaggedIsUndefined(length), &isUndef, &notUndef); in CreateFromArrayBuffer()
H A Dbuiltins_array_stub_builder.cpp1212 BRANCH(TaggedIsUndefined(msg1), &endDone, &msg1Def); in Slice()
1383 BRANCH(TaggedIsUndefined(callbackFnHandle), &argUndefined, slowPath); in SortAfterArgs()
1410 BRANCH(TaggedIsUndefined(callbackFnHandle), &argUndefined, slowPath); in ToSorted()
2475 BRANCH(TaggedIsUndefined(spreadable), &isUnDefined, &isDefined); in IsConcatSpreadable()
2650 GateRef isUndef = TaggedIsUndefined(value); in Includes()
2689 BRANCH(TaggedIsUndefined(fn), &undefFn, slowPath); in From()
2698 BRANCH(TaggedIsUndefined(cacheArray), slowPath, &cacheDef); in From()
2707 BRANCH(TaggedIsUndefined(cacheStr), slowPath, &cacheStrDef); in From()
2882 BRANCH(TaggedIsUndefined(endArg), &endArgIsUndefined, &endArgNotUndefined); in Fill()
H A Dbuiltins_object_stub_builder.cpp177 BRANCH(TaggedIsUndefined(thisValue_), &undefined, &checknull); in ToString()
187 BRANCH(TaggedIsUndefined(thisValue_), &null, &checkObject); in ToString()
236 BRANCH(TaggedIsUndefined(propertiesObject), &noProperties, slowPath); in Create()
312 BRANCH(LogicOrBuilder(env).Or(TaggedIsUndefined(key)).Or(TaggedIsHole(key)).Done(), in AssignEnumElementProperty()
H A Dbuiltins_string_stub_builder.cpp2441 LogicOrBuilder(env).Or(TaggedIsUndefined(locales)).Or(TaggedIsString(locales)).Done(); in LocaleCompare()
2442 GateRef cacheable = LogicAndBuilder(env).And(localesIsUndefOrString).And(TaggedIsUndefined(options)).Done(); in LocaleCompare()
2452 BRANCH(TaggedIsUndefined(resValue), &uncacheable, &defvalue); in LocaleCompare()
2515 BRANCH(TaggedIsUndefined(str), &iterDone, &strNotUndefined); in StringIteratorNext()
H A Dbuiltins_function_stub_builder.cpp44 BRANCH(TaggedIsUndefined(arrayObj), &targetIsUndefined, &targetNotUndefined); in PrototypeApply()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp61 BRANCH(BitOr(TaggedIsUndefined(*varProfileTypeInfo), \
205 BRANCH(TaggedIsUndefined(profileTypeInfo), &hclassNotHit, &tryGetHclass); \
595 Branch(TaggedIsUndefined(*varProfileTypeInfo), &updateHotness, &isStable); in GenerateCircuit()
1432 Branch(TaggedIsUndefined(newTarget), &slowPath, &fastPath); in GenerateCircuit()
1681 Branch(TaggedIsUndefined(newTarget), &slowPath, &normalPath); in GenerateCircuit()
3365 BRANCH(TaggedIsUndefined(*varProfileTypeInfo), &updateHotness, &isStable); in GenerateCircuit()
4919 Branch(TaggedIsUndefined(*varProfileTypeInfo), &updateHotness, &isStable); in GenerateCircuit()
5640 BRANCH(TaggedIsUndefined(*varProfileTypeInfo), &updateHotness, &isStable); in GenerateCircuit()
5755 BRANCH(TaggedIsUndefined(*varProfileTypeInfo), &updateHotness, &isStable); in GenerateCircuit()
5898 BRANCH(BitOr(TaggedIsUndefined(*varProfileTypeInf in GenerateCircuit()
[all...]

Completed in 100 milliseconds

12