| /kernel/linux/linux-6.6/scripts/dtc/ |
| H A D | flattree.c | 735 struct node *node; in unflatten_tree() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| H A D | scopesInitPhase.cpp | 460 void ScopesInitPhase::AttachLabelToScope([[maybe_unused]] ir::AstNode *node) {} in AttachLabelToScope() argument 722 void InitScopesPhaseETS::RunExternalNode(ir::AstNode *node, varbinder::VarBinder *varbinder) in RunExternalNode() argument 728 void InitScopesPhaseETS::RunExternalNode(ir::AstNode *node, parser::Program *ctx) in RunExternalNode() argument 1204 void InitScopesPhaseETS::AttachLabelToScope(ir::AstNode *node) in AttachLabelToScope() argument 1245 void InitScopesPhaseETS::AddGlobalDeclaration(ir::AstNode *node) in AddGlobalDeclaration() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ASparser.cpp | 102 void ASParser::AddDecorators(ir::AstNode *node, ArenaVector<ir::Decorator *> &decorators) in AddDecorators() argument 1487 auto *node = AllocNode<ir::PrefixAssertionExpression>(expr, type); in ParsePrefixAssertionExpression() local
|
| H A D | TSparser.cpp | 169 void TSParser::AddDecorators(ir::AstNode *node, ArenaVector<ir::Decorator *> &decorators) in AddDecorators() argument 1623 void TSParser::CreateTSVariableForProperty(ir::AstNode *node, const ir::Expression *key, varbinder::VariableFlags flags) in CreateTSVariableForProperty() argument
|
| H A D | parserImpl.cpp | 1020 void ParserImpl::ValidateLvalueAssignmentTarget(ir::Expression *node) in ValidateLvalueAssignmentTarget() argument 1036 void ParserImpl::ValidateAssignmentTarget(ExpressionParseFlags flags, ir::Expression *node) in ValidateAssignmentTarget() argument 1057 void ParserImpl::ValidateArrowParameterBindings(const ir::Expression *node) in ValidateArrowParameterBindings() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSGen.cpp | 126 void ETSGen::ApplyConversionAndStoreAccumulator(const ir::AstNode *const node, const VReg vreg, in ApplyConversionAndStoreAccumulator() argument 133 VReg ETSGen::StoreException(const ir::AstNode *node) in StoreException() argument 143 void ETSGen::StoreAccumulator(const ir::AstNode *const node, const VReg vreg) in StoreAccumulator() argument 159 void ETSGen::LoadAccumulator(const ir::AstNode *node, VRe argument 175 AllocMov(const ir::AstNode *const node, const VReg vd, const VReg vs) AllocMov() argument 193 AllocMov(const ir::AstNode *const node, OutVReg vd, const VReg vs) AllocMov() argument 214 MoveVreg(const ir::AstNode *const node, const VReg vd, const VReg vs) MoveVreg() argument 241 LoadAccumulatorDynamicModule(const ir::AstNode *node, const ir::ETSImportDeclaration *import) LoadAccumulatorDynamicModule() argument 262 LoadDynamicModuleVariable(const ir::AstNode *node, varbinder::Variable const *const var) LoadDynamicModuleVariable() argument 281 LoadDynamicNamespaceVariable(const ir::AstNode *node, varbinder::Variable const *const var) LoadDynamicNamespaceVariable() argument 286 LoadVar(const ir::Identifier *node, varbinder::Variable const *const var) LoadVar() argument 329 StoreVar(const ir::Identifier *node, const varbinder::ConstScopeFindResult &result) StoreVar() argument 384 StoreStaticOwnProperty(const ir::AstNode *node, const checker::Type *propType, const util::StringView &name) StoreStaticOwnProperty() argument 391 StoreStaticProperty(const ir::AstNode *const node, const checker::Type *propType, const util::StringView &fullName) StoreStaticProperty() argument 403 LoadStaticProperty(const ir::AstNode *const node, const checker::Type *propType, const util::StringView &fullName) LoadStaticProperty() argument 417 StoreProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg objReg, const util::StringView &name) StoreProperty() argument 431 LoadProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg objReg, const util::StringView &fullName) LoadProperty() argument 445 StoreUnionProperty([[maybe_unused]] const ir::AstNode *node, [[maybe_unused]] const checker::Type *propType, [[maybe_unused]] VReg objReg, [[maybe_unused]] const util::StringView &propName) StoreUnionProperty() argument 462 LoadUnionProperty([[maybe_unused]] const ir::AstNode *const node, [[maybe_unused]] const checker::Type *propType, [[maybe_unused]] const VReg objReg, [[maybe_unused]] const util::StringView &propName) LoadUnionProperty() argument 480 StorePropertyDynamic(const ir::AstNode *node, const checker::Type *propType, VReg objReg, const util::StringView &propName) StorePropertyDynamic() argument 528 LoadPropertyDynamic(const ir::AstNode *node, const checker::Type *propType, VReg objReg, const util::StringView &propName) LoadPropertyDynamic() argument 575 StoreElementDynamic(const ir::AstNode *node, VReg objectReg, VReg index) StoreElementDynamic() argument 590 LoadElementDynamic(const ir::AstNode *node, VReg objectReg) LoadElementDynamic() argument 605 LoadUndefinedDynamic(const ir::AstNode *node, Language lang) LoadUndefinedDynamic() argument 612 LoadThis(const ir::AstNode *node) LoadThis() argument 617 CreateBigIntObject(const ir::AstNode *node, VReg arg0, std::string_view signature) CreateBigIntObject() argument 628 LoadDefaultValue([[maybe_unused]] const ir::AstNode *node, [[maybe_unused]] const checker::Type *type) LoadDefaultValue() argument 658 EmitReturnVoid(const ir::AstNode *node) EmitReturnVoid() argument 663 ReturnAcc(const ir::AstNode *node) ReturnAcc() argument 688 IsInstanceDynamic(const ir::BinaryExpression *const node, const VReg srcReg, [[maybe_unused]] const VReg tgtReg) IsInstanceDynamic() argument 760 TestIsInstanceConstant(const ir::AstNode *node, Label *ifTrue, VReg srcReg, checker::Type const *target) TestIsInstanceConstant() argument 779 TestIsInstanceConstituent(const ir::AstNode *const node, std::tuple<Label *, Label *> label, VReg srcReg, checker::Type const *target, bool acceptUndefined) TestIsInstanceConstituent() argument 824 BranchIfIsInstance(const ir::AstNode *const node, const VReg srcReg, const checker::Type *target, Label *ifTrue) BranchIfIsInstance() argument 853 IsInstance(const ir::AstNode *const node, const VReg srcReg, const checker::Type *target) IsInstance() argument 885 InternalIsInstance(const ir::AstNode *node, const es2panda::checker::Type *target) InternalIsInstance() argument 897 InternalCheckCast(const ir::AstNode *node, const es2panda::checker::Type *target) InternalCheckCast() argument 907 CheckedReferenceNarrowingObject(const ir::AstNode *node, const checker::Type *target) CheckedReferenceNarrowingObject() argument 945 CheckedReferenceNarrowing(const ir::AstNode *node, const checker::Type *target) CheckedReferenceNarrowing() argument 980 GuardUncheckedType(const ir::AstNode *node, const checker::Type *unchecked, const checker::Type *target) GuardUncheckedType() argument 993 EmitFailedTypeCastException(const ir::AstNode *node, const VReg src, checker::Type const *target) EmitFailedTypeCastException() argument 1005 LoadConstantObject(const ir::Expression *node, const checker::Type *type) LoadConstantObject() argument 1018 TryLoadConstantExpression(const ir::Expression *node) TryLoadConstantExpression() argument 1070 ApplyConversionCast(const ir::AstNode *node, const checker::Type *targetType) ApplyConversionCast() argument 1107 ApplyBoxingConversion(const ir::AstNode *node) ApplyBoxingConversion() argument 1114 ApplyUnboxingConversion(const ir::AstNode *node) ApplyUnboxingConversion() argument 1121 ApplyConversion(const ir::AstNode *node, const checker::Type *targetType) ApplyConversion() argument 1147 ApplyCast(const ir::AstNode *node, const checker::Type *targetType) ApplyCast() argument 1178 ApplyCastToBoxingFlags(const ir::AstNode *node, const ir::BoxingUnboxingFlags targetType) ApplyCastToBoxingFlags() argument 1203 EmitUnboxedCall(const ir::AstNode *node, std::string_view signatureFlag, const checker::Type *const targetType, const checker::Type *const boxedType) EmitUnboxedCall() argument 1227 EmitUnboxEnum(const ir::AstNode *node, const checker::Type *enumType) EmitUnboxEnum() argument 1244 EmitUnboxingConversion(const ir::AstNode *node) EmitUnboxingConversion() argument 1296 EmitBoxedType(ir::BoxingUnboxingFlags boxingFlag, const ir::AstNode *node) EmitBoxedType() argument 1344 EmitBoxingConversion(const ir::AstNode *node) EmitBoxingConversion() argument 1362 SwapBinaryOpArgs(const ir::AstNode *const node, const VReg lhs) SwapBinaryOpArgs() argument 1372 MoveAccToReg(const ir::AstNode *const node) MoveAccToReg() argument 1379 CastToBoolean([[maybe_unused]] const ir::AstNode *node) CastToBoolean() argument 1423 CastToByte([[maybe_unused]] const ir::AstNode *node) CastToByte() argument 1471 CastToChar([[maybe_unused]] const ir::AstNode *node) CastToChar() argument 1518 CastToShort([[maybe_unused]] const ir::AstNode *node) CastToShort() argument 1568 CastToDouble(const ir::AstNode *node) CastToDouble() argument 1610 CastToFloat(const ir::AstNode *node) CastToFloat() argument 1652 CastToLong(const ir::AstNode *node) CastToLong() argument 1694 CastToInt(const ir::AstNode *node) CastToInt() argument 1737 CastToReftype(const ir::AstNode *const node, const checker::Type *const targetType, const bool unchecked) CastToReftype() argument 1766 CastDynamicToObject(const ir::AstNode *node, const checker::Type *targetType) CastDynamicToObject() argument 1819 CastToString(const ir::AstNode *const node) CastToString() argument 1832 CastToDynamic(const ir::AstNode *node, const checker::ETSDynamicType *type) CastToDynamic() argument 1887 CastDynamicTo(const ir::AstNode *node, enum checker::TypeFlag typeFlag) CastDynamicTo() argument 1923 ToBinaryResult(const ir::AstNode *node, Label *ifFalse) ToBinaryResult() argument 1934 BinaryLogic(const ir::AstNode *node, lexer::TokenType op, VReg lhs) BinaryLogic() argument 1985 BinaryArithmLogic(const ir::AstNode *node, lexer::TokenType op, VReg lhs) BinaryArithmLogic() argument 2022 Binary(const ir::AstNode *node, lexer::TokenType op, VReg lhs) Binary() argument 2068 Condition(const ir::AstNode *node, lexer::TokenType op, VReg lhs, Label *ifFalse) Condition() argument 2101 BranchIfNullish([[maybe_unused]] const ir::AstNode *node, [[maybe_unused]] Label *ifNullish) BranchIfNullish() argument 2132 BranchIfNotNullish([[maybe_unused]] const ir::AstNode *node, [[maybe_unused]] Label *ifNotNullish) BranchIfNotNullish() argument 2140 AssumeNonNullish(const ir::AstNode *node, checker::Type const *targetType) AssumeNonNullish() argument 2151 EmitNullishException(const ir::AstNode *node) EmitNullishException() argument 2161 RefEqualityLooseDynamic(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse) RefEqualityLooseDynamic() argument 2168 HandleLooseNullishEquality(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse, Label *ifTrue) HandleLooseNullishEquality() argument 2212 RefEqualityLoose(const ir::AstNode *node, VReg lhs, VReg rhs, Label *ifFalse) RefEqualityLoose() argument 2264 Negate(const ir::AstNode *node) Negate() argument 2294 LogicalNot(const ir::AstNode *node) LogicalNot() argument 2302 Unary(const ir::AstNode *node, lexer::TokenType op) Unary() argument 2330 UnaryMinus(const ir::AstNode *node) UnaryMinus() argument 2365 UnaryTilde(const ir::AstNode *node) UnaryTilde() argument 2393 UnaryDollarDollar(const ir::AstNode *node) UnaryDollarDollar() argument 2407 Update(const ir::AstNode *node, lexer::TokenType op) Update() argument 2424 UpdateBigInt(const ir::Expression *node, VReg arg, lexer::TokenType op) UpdateBigInt() argument 2441 StringBuilderAppend(const ir::AstNode *node, VReg builder) StringBuilderAppend() argument 2515 BuildString(const ir::Expression *node) BuildString() argument 2531 CallBigIntUnaryOperator(const ir::Expression *node, VReg arg, const util::StringView signature) CallBigIntUnaryOperator() argument 2538 CallBigIntBinaryOperator(const ir::Expression *node, VReg lhs, VReg rhs, const util::StringView signature) CallBigIntBinaryOperator() argument 2545 CallBigIntBinaryComparison(const ir::Expression *node, VReg lhs, VReg rhs, const util::StringView signature) CallBigIntBinaryComparison() argument 2553 BuildTemplateString(const ir::TemplateLiteral *node) BuildTemplateString() argument 2592 NewObject(const ir::AstNode *const node, const util::StringView name, VReg athis) NewObject() argument 2598 NewArray(const ir::AstNode *const node, const VReg arr, const VReg dim, const checker::Type *const arrType) NewArray() argument 2608 LoadArrayLength(const ir::AstNode *node, VReg arrayReg) LoadArrayLength() argument 2614 LoadArrayElement(const ir::AstNode *node, VReg objectReg) LoadArrayElement() argument 2664 StoreArrayElement(const ir::AstNode *node, VReg objectReg, VReg index, const checker::Type *elementType) StoreArrayElement() argument 2710 LoadStringLength(const ir::AstNode *node) LoadStringLength() argument 2716 FloatIsNaN(const ir::AstNode *node) FloatIsNaN() argument 2722 DoubleIsNaN(const ir::AstNode *node) DoubleIsNaN() argument 2728 LoadStringChar(const ir::AstNode *node, const VReg stringObj, const VReg charIndex) LoadStringChar() argument 2744 ExtendWithFinalizer(ir::AstNode const *node, const ir::AstNode *originalNode, Label *prevFinnaly) ExtendWithFinalizer() argument 2807 CastUnionToFunctionType(const ir::AstNode *node, const checker::ETSUnionType *unionType, checker::Signature *signatureTarget) CastUnionToFunctionType() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | lambdaLowering.cpp | 1035 IsFunctionOrMethodCall(ir::AstNode const *node) IsFunctionOrMethodCall() argument 1116 BuildLambdaClassWhenNeeded(public_lib::Context *ctx, ir::AstNode *node) BuildLambdaClassWhenNeeded() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | isel.cpp | 559 std::pair<FieldID, MIRType *> MPISel::GetFieldIdAndMirTypeFromMirNode(const BaseNode &node) in GetFieldIdAndMirTypeFromMirNode() argument 609 GetMirTypeInfoFromMirNode(const BaseNode &node) GetMirTypeInfoFromMirNode() argument 655 SelectShift(const BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &parent) SelectShift() argument 795 SelectAdd(const BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &parent) SelectAdd() argument 806 SelectBand(const BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &parent) SelectBand() argument 817 SelectSub(const BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &parent) SelectSub() argument 855 SelectExtractbits(const BaseNode &parent, const ExtractbitsNode &node, Operand &opnd0) SelectExtractbits() argument 878 SelectCvt(const BaseNode &parent, const TypeCvtNode &node, Operand &opnd0) SelectCvt() argument 1039 SelectBior(const BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &parent) SelectBior() argument 1057 SelectBxor(const BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &parent) SelectBxor() argument 1099 SelectAbs(UnaryNode &node, Operand &opnd0) SelectAbs() argument 1245 SelectBnot(const UnaryNode &node, Operand &opnd0, const BaseNode &parent) SelectBnot() argument 1265 SelectMin(BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &parent) SelectMin() argument 1279 SelectMax(BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &parent) SelectMax() argument 1293 SelectRetype(TypeCvtNode &node, Operand &opnd0) SelectRetype() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| H A D | x64_MPIsel.cpp | 540 Operand *X64MPIsel::SelectMpy(BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &parent) in SelectMpy() argument 586 Operand *X64MPIsel::SelectDiv(BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &parent) in SelectDiv() argument 596 SelectRem(BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &parent) SelectRem() argument 656 SelectLnot(const UnaryNode &node, Operand &opnd0, const BaseNode &parent) SelectLnot() argument 683 SelectCmpOp(CompareNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &parent) SelectCmpOp() argument 805 SelectCctz(IntrinsicopNode &node, Operand &opnd0, const BaseNode &parent) SelectCctz() argument 825 SelectCclz(IntrinsicopNode &node, Operand &opnd0, const BaseNode &parent) SelectCclz() argument 893 SelectSqrt(UnaryNode &node, Operand &src, const BaseNode &parent) SelectSqrt() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| H A D | lmir_builder.cpp | 298 auto *node = inExpr.GetNode(); in GetLocalVarFromExpr() local 312 auto *node = expr.GetNode(); in GetPregIdxFromExpr() local 344 auto *node = expr.GetNode(); GetConstFromExpr() local 379 auto &node = *it; AppendStmtBeforeBranch() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| H A D | mir_nodes.h | 234 auto *node = allocator.GetMemPool()->New<UnaryNode>(*this); variable 287 auto *node = allocator.GetMemPool()->New<TypeCvtNode>(*this); variable 327 auto *node = allocator.GetMemPool()->New<RetypeNode>(*this); variable 371 auto *node = allocator.GetMemPool()->New<ExtractbitsNode>(*this); global() variable 423 auto *node = allocator.GetMemPool()->New<IreadNode>(*this); global() variable 581 auto *node = allocator.GetMemPool()->New<CompareNode>(*this); global() variable 1274 SetRHS(BaseNode *node) SetRHS() argument 1339 SwitchNode(MapleAllocator &allocator, const SwitchNode &node) SwitchNode() argument 1346 SwitchNode(const MIRModule &mod, const SwitchNode &node) SwitchNode() argument 1348 SwitchNode(SwitchNode &node) = delete; global() member in SwitchNode 1349 SwitchNode &operator=(const SwitchNode &node) = delete; global() member in SwitchNode 1358 auto *node = allocator.GetMemPool()->New<SwitchNode>(allocator, *this); global() variable 1381 SetSwitchOpnd(BaseNode *node) SetSwitchOpnd() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| H A D | constantfold.cpp | 171 std::pair<BaseNode*, std::optional<IntVal>> ConstantFold::DispatchFold(BaseNode *node) in DispatchFold() argument 817 FoldRetype(RetypeNode *node) FoldRetype() argument 831 FoldUnary(UnaryNode *node) FoldUnary() argument 1266 FoldTypeCvt(TypeCvtNode *node) FoldTypeCvt() argument 1372 FoldExtractbits(ExtractbitsNode *node) FoldExtractbits() argument 1411 FoldIread(IreadNode *node) FoldIread() argument 1474 FoldBinary(BinaryNode *node) FoldBinary() argument 1727 SimplifyDoubleConstvalCompare(CompareNode &node, bool isRConstval, bool isGtOrLt) const SimplifyDoubleConstvalCompare() argument 1755 CompareNode *node = &compareNode; SimplifyDoubleCompare() local 1799 FoldCompare(CompareNode *node) FoldCompare() argument 1831 Fold(BaseNode *node) Fold() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/binder/ |
| H A D | scope.h | 304 void BindNode(ir::AstNode *node) in BindNode() argument 1381 CreateVar(ArenaAllocator *allocator, util::StringView name, VariableFlags flags, const ir::AstNode *node) CreateVar() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | assignAnalyzer.cpp | 183 void AssignAnalyzer::Analyze(const ir::AstNode *node) in Analyze() argument 213 void AssignAnalyzer::AnalyzeNodes(const ir::AstNode *node) in AnalyzeNodes() argument 218 void AssignAnalyzer::AnalyzeNode(const ir::AstNode *node) in AnalyzeNode() argument 262 AnalyzeStmtNode1(const ir::AstNode *node) AnalyzeStmtNode1() argument 300 AnalyzeStmtNode2(const ir::AstNode *node) AnalyzeStmtNode2() argument 342 AnalyzeExprNode1(const ir::AstNode *node) AnalyzeExprNode1() argument 376 AnalyzeExprNode2(const ir::AstNode *node) AnalyzeExprNode2() argument 402 AnalyzeStat(const ir::AstNode *node) AnalyzeStat() argument 550 IsInitialConstructor(const ir::AstNode *node) IsInitialConstructor() argument 988 AnalyzeExpr(const ir::AstNode *node) AnalyzeExpr() argument 1005 AnalyzeCond(const ir::AstNode *node) AnalyzeCond() argument 1076 IsIdentOrThisDotIdent(const ir::AstNode *node) IsIdentOrThisDotIdent() argument 1297 NewVar(const ir::AstNode *node) NewVar() argument 1315 GetBoundVariable(const ir::AstNode *node) GetBoundVariable() argument 1330 GetDeclaringNode(const ir::AstNode *node) GetDeclaringNode() argument 1364 VariableHasDefaultValue(const ir::AstNode *node) VariableHasDefaultValue() argument 1389 LetInit(const ir::AstNode *node) LetInit() argument 1429 CheckInit(const ir::AstNode *node) CheckInit() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_context.cpp | 964 auto node = handleStorageNodes_.at(i); in Iterate() local 993 auto node = handleStorageNodes_.at(i); in IterateHandle() local 1048 auto node = handleStorageNodes_.back(); in ShrinkHandleStorage() local 1100 auto node = primitiveStorageNodes_.back(); in ShrinkPrimitiveStorage() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
| H A D | scrollable.h | 103 void SetScrollableNode(const WeakPtr<RenderNode>& node) in SetScrollableNode() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| H A D | frame_node.h | 987 void AddPredictLayoutNode(const RefPtr<FrameNode>& node) in AddPredictLayoutNode() argument
|
| H A D | ui_node.cpp | 219 void UINode::TraversingCheck(RefPtr<UINode> node, bool withAbort) in TraversingCheck() argument 402 std::ostream& operator<<(std::ostream& ss, const RefPtr<UINode>& node) in operator <<() argument 408 ToString(const RefPtr<UINode>& node) ToString() argument 411 ss << node; ToString() local 1359 const auto& node = ElementRegister::GetInstance()->GetUINodeById(id); GetChildFlatIndex() local 1535 GetFrameNodeIndex(const RefPtr<FrameNode>& node, bool isExpanded) GetFrameNodeIndex() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
| H A D | menu_view.cpp | 170 RefPtr<FrameNode> CreateMenuScroll(const RefPtr<UINode>& node) in CreateMenuScroll() argument 249 void UpdateContainerIdealSizeConstraint(const RefPtr<FrameNode>& node, const CalcSize& idealSize) in UpdateContainerIdealSizeConstraint() argument [all...] |
| H A D | menu_pattern.h | 249 auto node = builderNode_.Upgrade(); in GetBuilderId() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
| H A D | container_modal_pattern.cpp | 625 auto node = AceType::DynamicCast<FrameNode>(child);
in GetContainerModalButtonsRect() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
| H A D | calendar_picker_pattern.cpp | 414 bool CalendarPickerPattern::IsInNodeRegion(const RefPtr<FrameNode>& node, const PointF& point) in IsInNodeRegion() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| H A D | list_layout_algorithm.cpp | 256 auto node = wrapper->GetHostNode(); in ClearAllItemPosition() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
| H A D | grid_pattern.cpp | 248 auto node = host->FindChildByPosition(info.GetGlobalLocation().GetX(), info.GetGlobalLocation().GetY()); in IsItemSelected() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
| H A D | menu_item_pattern.cpp | 122 void UpdateIconSrc(RefPtr<FrameNode>& node, const Dimension& horizontalSize, in UpdateIconSrc() argument 1357 auto& node = isLabel ? label_ : content_; in UpdateText() local 1425 auto& node = isLabel ? label_ : content_; UpdateFont() local [all...] |