/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | cpp-snapshot.cc | 129 void set_node(EmbedderNode* node) { in set_node() argument 105 StateBase(const void* key, size_t state_count, Visibility visibility, EmbedderNode* node, bool visited) StateBase() argument 298 RootState(EmbedderRootNode* node, size_t state_count) RootState() argument [all...] |
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-builder.cc | 794 void MaglevGraphBuilder::BuildBranchIfTrue(ValueNode* node, int true_target, in BuildBranchIfTrue() argument 801 void MaglevGraphBuilder::BuildBranchIfToBooleanTrue(ValueNode* node, in BuildBranchIfToBooleanTrue() argument
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp.cc | 834 void RegExp::DotPrintForTesting(const char* label, RegExpNode* node) { in DotPrintForTesting() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_context.h | 206 struct list_head node; /* node in screen->context_list */ member
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | scheduler.c | 351 schedule_update_distance(gpir_node *node) schedule_update_distance() argument 370 gpir_is_input_node(gpir_node *node) gpir_is_input_node() argument 382 gpir_get_slots_required(gpir_node *node) gpir_get_slots_required() argument 465 gpir_get_max_start(gpir_node *node) gpir_get_max_start() argument 483 gpir_get_min_end(gpir_node *node) gpir_get_min_end() argument 501 gpir_sched_instr_has_load(gpir_instr *instr, gpir_node *node) gpir_sched_instr_has_load() argument 524 _try_place_node(sched_ctx *ctx, gpir_instr *instr, gpir_node *node) _try_place_node() argument 604 schedule_try_place_node(sched_ctx *ctx, gpir_node *node, bool speculative) schedule_try_place_node() argument 655 create_replacement(sched_ctx *ctx, gpir_node *node, gpir_op op) create_replacement() argument 685 create_move(sched_ctx *ctx, gpir_node *node) create_move() argument 692 create_postlog2(sched_ctx *ctx, gpir_node *node) create_postlog2() argument 722 _schedule_try_node(sched_ctx *ctx, gpir_node *node, bool speculative) _schedule_try_node() argument 779 schedule_undo_node(sched_ctx *ctx, gpir_node *node) schedule_undo_node() argument 796 schedule_try_node(sched_ctx *ctx, gpir_node *node, bool speculative) schedule_try_node() argument 824 get_available_regs(sched_ctx *ctx, gpir_node *node, int *min_index) get_available_regs() argument 913 spill_node(sched_ctx *ctx, gpir_node *node, gpir_store_node *store) spill_node() argument 964 used_by_store(gpir_node *node, gpir_instr *instr) used_by_store() argument 978 consuming_postlog2(gpir_node *node) consuming_postlog2() argument 995 try_spill_node(sched_ctx *ctx, gpir_node *node) try_spill_node() argument 1141 gpir_get_min_end_as_move(gpir_node *node) gpir_get_min_end_as_move() argument 1178 can_use_complex(gpir_node *node) can_use_complex() argument 1343 place_move(sched_ctx *ctx, gpir_node *node) place_move() argument 1376 can_place_move(sched_ctx *ctx, gpir_node *node) can_place_move() argument [all...] |
/third_party/mesa3d/src/util/perf/ |
H A D | u_trace.c | 75 struct list_head node; member [all...] |
/third_party/python/Tools/wasm/ |
H A D | wasm_build.py | 399 node = "node" variable in EmscriptenTarget [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | IntermRebuild.cpp | 49 TIntermRebuild::BaseResult::BaseResult(TIntermNode &node, VisitBits visit) in BaseResult() argument 53 TIntermRebuild::BaseResult::BaseResult(TIntermNode *node, VisitBits visit) in BaseResult() argument 117 PreResult::PreResult(TIntermNode &node, VisitBits visit) : BaseResult(node, visit) {} in PreResult() argument 118 PreResult::PreResult(TIntermNode *node, VisitBits visit) : BaseResult(node, visi in PreResult() argument 134 PostResult(TIntermNode &node) PostResult() argument 135 PostResult(TIntermNode *node) PostResult() argument 191 rebuildInPlace(TIntermAggregate &node) rebuildInPlace() argument 196 rebuildInPlace(TIntermBlock &node) rebuildInPlace() argument 201 rebuildInPlace(TIntermDeclaration &node) rebuildInPlace() argument 207 rebuildInPlaceImpl(Node &node) rebuildInPlaceImpl() argument 223 rebuild(TIntermNode &node) rebuild() argument 231 traverseAnyAs(TIntermNode &node) traverseAnyAs() argument 242 traverseAnyAs(TIntermNode &node, Node *&out) traverseAnyAs() argument 257 traverseAggregateBaseChildren(TIntermAggregateBase &node) traverseAggregateBaseChildren() argument 534 traverseAggregateChildren(TIntermAggregate &node) traverseAggregateChildren() argument 543 traverseBlockChildren(TIntermBlock &node) traverseBlockChildren() argument 552 traverseDeclarationChildren(TIntermDeclaration &node) traverseDeclarationChildren() argument 561 traverseSwizzleChildren(TIntermSwizzle &node) traverseSwizzleChildren() argument 577 traverseBinaryChildren(TIntermBinary &node) traverseBinaryChildren() argument 625 traverseUnaryChildren(TIntermUnary &node) traverseUnaryChildren() argument 641 traverseTernaryChildren(TIntermTernary &node) traverseTernaryChildren() argument 665 traverseIfElseChildren(TIntermIfElse &node) traverseIfElseChildren() argument 693 traverseSwitchChildren(TIntermSwitch &node) traverseSwitchChildren() argument 713 traverseCaseChildren(TIntermCase &node) traverseCaseChildren() argument 731 traverseFunctionDefinitionChildren(TIntermFunctionDefinition &node) traverseFunctionDefinitionChildren() argument 760 traverseGlobalQualifierDeclarationChildren( TIntermGlobalQualifierDeclaration &node) traverseGlobalQualifierDeclarationChildren() argument 777 traverseLoopChildren(TIntermLoop &node) traverseLoopChildren() argument 843 traverseBranchChildren(TIntermBranch &node) traverseBranchChildren() argument 863 visitSymbolPre(TIntermSymbol &node) visitSymbolPre() argument 868 visitConstantUnionPre(TIntermConstantUnion &node) visitConstantUnionPre() argument 873 visitFunctionPrototypePre(TIntermFunctionPrototype &node) visitFunctionPrototypePre() argument 878 visitPreprocessorDirectivePre(TIntermPreprocessorDirective &node) visitPreprocessorDirectivePre() argument 883 visitUnaryPre(TIntermUnary &node) visitUnaryPre() argument 888 visitBinaryPre(TIntermBinary &node) visitBinaryPre() argument 893 visitTernaryPre(TIntermTernary &node) visitTernaryPre() argument 898 visitSwizzlePre(TIntermSwizzle &node) visitSwizzlePre() argument 903 visitIfElsePre(TIntermIfElse &node) visitIfElsePre() argument 908 visitSwitchPre(TIntermSwitch &node) visitSwitchPre() argument 913 visitCasePre(TIntermCase &node) visitCasePre() argument 918 visitLoopPre(TIntermLoop &node) visitLoopPre() argument 923 visitBranchPre(TIntermBranch &node) visitBranchPre() argument 928 visitDeclarationPre(TIntermDeclaration &node) visitDeclarationPre() argument 933 visitBlockPre(TIntermBlock &node) visitBlockPre() argument 938 visitAggregatePre(TIntermAggregate &node) visitAggregatePre() argument 943 visitFunctionDefinitionPre(TIntermFunctionDefinition &node) visitFunctionDefinitionPre() argument 948 visitGlobalQualifierDeclarationPre( TIntermGlobalQualifierDeclaration &node) visitGlobalQualifierDeclarationPre() argument 956 visitSymbolPost(TIntermSymbol &node) visitSymbolPost() argument 961 visitConstantUnionPost(TIntermConstantUnion &node) visitConstantUnionPost() argument 966 visitFunctionPrototypePost(TIntermFunctionPrototype &node) visitFunctionPrototypePost() argument 971 visitPreprocessorDirectivePost(TIntermPreprocessorDirective &node) visitPreprocessorDirectivePost() argument 976 visitUnaryPost(TIntermUnary &node) visitUnaryPost() argument 981 visitBinaryPost(TIntermBinary &node) visitBinaryPost() argument 986 visitTernaryPost(TIntermTernary &node) visitTernaryPost() argument 991 visitSwizzlePost(TIntermSwizzle &node) visitSwizzlePost() argument 996 visitIfElsePost(TIntermIfElse &node) visitIfElsePost() argument 1001 visitSwitchPost(TIntermSwitch &node) visitSwitchPost() argument 1006 visitCasePost(TIntermCase &node) visitCasePost() argument 1011 visitLoopPost(TIntermLoop &node) visitLoopPost() argument 1016 visitBranchPost(TIntermBranch &node) visitBranchPost() argument 1021 visitDeclarationPost(TIntermDeclaration &node) visitDeclarationPost() argument 1026 visitBlockPost(TIntermBlock &node) visitBlockPost() argument 1031 visitAggregatePost(TIntermAggregate &node) visitAggregatePost() argument 1036 visitFunctionDefinitionPost(TIntermFunctionDefinition &node) visitFunctionDefinitionPost() argument 1041 visitGlobalQualifierDeclarationPost( TIntermGlobalQualifierDeclaration &node) visitGlobalQualifierDeclarationPost() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | CollectVariables.cpp | 1064 bool CollectVariablesTraverser::visitDeclaration(Visit, TIntermDeclaration *node) in visitDeclaration() argument 388 visitGlobalQualifierDeclaration( Visit visit, TIntermGlobalQualifierDeclaration *node) visitGlobalQualifierDeclaration() argument [all...] |
H A D | OutputGLSLBase.cpp | 23 bool isSingleStatement(TIntermNode *node) in isSingleStatement() argument 542 void TOutputGLSLBase::visitSymbol(TIntermSymbol *node) in visitSymbol() argument 551 visitConstantUnion(TIntermConstantUnion *node) visitConstantUnion() argument 556 visitSwizzle(Visit visit, TIntermSwizzle *node) visitSwizzle() argument 567 visitBinary(Visit visit, TIntermBinary *node) visitBinary() argument 732 visitUnary(Visit visit, TIntermUnary *node) visitUnary() argument 782 visitTernary(Visit visit, TIntermTernary *node) visitTernary() argument 799 visitIfElse(Visit visit, TIntermIfElse *node) visitIfElse() argument 817 visitSwitch(Visit visit, TIntermSwitch *node) visitSwitch() argument 825 visitCase(Visit visit, TIntermCase *node) visitCase() argument 840 visitBlock(Visit visit, TIntermBlock *node) visitBlock() argument 871 visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *node) visitFunctionDefinition() argument 881 visitGlobalQualifierDeclaration(Visit visit, TIntermGlobalQualifierDeclaration *node) visitGlobalQualifierDeclaration() argument 891 visitFunctionPrototype(TIntermFunctionPrototype *node) visitFunctionPrototype() argument 907 visitAggregate(Visit visit, TIntermAggregate *node) visitAggregate() argument 938 visitDeclaration(Visit visit, TIntermDeclaration *node) visitDeclaration() argument 980 visitLoop(Visit visit, TIntermLoop *node) visitLoop() argument 1030 visitBranch(Visit visit, TIntermBranch *node) visitBranch() argument 1053 visitCodeBlock(TIntermBlock *node) visitCodeBlock() argument 1071 visitPreprocessorDirective(TIntermPreprocessorDirective *node) visitPreprocessorDirective() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | Intermediate.cpp | 319 TIntermSymbol* node = new TIntermSymbol(id, name, type); in addSymbol() local 397 TIntermBinary* node = new TIntermBinary(op); in addBinaryMath() local 438 TIntermBinary* node = new TIntermBinary(op); addAssign() local 458 TIntermBinary* node = new TIntermBinary(op); addIndex() local 510 TIntermUnary *node = new TIntermUnary(op); addUnaryMath() local 537 setAggregateOperator(TIntermNode* node, TOperator op, const TSourceLoc &line) setAggregateOperator() argument 598 makeAggregate(TIntermNode* node, const TSourceLoc &line) makeAggregate() argument 632 TIntermSelection* node = new TIntermSelection(cond, nodePair.node1, nodePair.node2); addSelection() local 680 TIntermSelection* node = new TIntermSelection(cond, trueBlock, falseBlock, trueBlock->getType()); addSelection() local 689 TIntermSwitch *node = new TIntermSwitch(init, statementList); addSwitch() local 697 TIntermCase *node = new TIntermCase(condition); addCase() local 711 TIntermConstantUnion* node = new TIntermConstantUnion(unionArrayPointer, t); addConstantUnion() local 720 TIntermAggregate* node = new TIntermAggregate(EOpSequence); addSwizzle() local 742 TIntermNode* node = new TIntermLoop(type, init, cond, expr, body); addLoop() local 758 TIntermBranch* node = new TIntermBranch(branchOp, expression); addBranch() local 796 TIntermConstantUnion *node = new TIntermConstantUnion(u, type); CreateIndexNode() local 1307 CreateInverse(TIntermConstantUnion* node, ConstantUnion* unionArray) CreateInverse() argument 1408 TIntermConstantUnion *node = constantNode->getAsConstantUnion(); fold() local 2027 promoteConstantUnion(TBasicType promoteTo, TIntermConstantUnion* node) promoteConstantUnion() argument [all...] |
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | x509_vfy.h | 625 *node); variable
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 3862 const Value* node = &root; in resolve() local 3885 const Value* node = &root; resolve() local 3904 Value* node = &root; make() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_descriptor.cpp | 232 DominatorTreeNode* node = dom_tree.GetTreeNode(p_id); in FindLoopPreheader() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 3862 const Value* node = &root; in resolve() local 3885 const Value* node = &root; resolve() local 3904 Value* node = &root; make() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_descriptor.cpp | 232 DominatorTreeNode* node = dom_tree.GetTreeNode(p_id); in FindLoopPreheader() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationbuilder.cpp | 324 int64_t node = nodes.elementAti(index); in addReset() local 439 getWeight16Before(int32_t index, int64_t node, int32_t level) getWeight16Before() argument 501 int64_t node = nodes.elementAti(index); getSpecialResetPosition() local 520 int64_t node = nodes.elementAti(index); getSpecialResetPosition() local 585 int64_t node = nodes.elementAti(index); getSpecialResetPosition() local 834 int64_t node = nodes[rootPrimaryIndexes[i]]; binarySearchForRootPrimaryNode() local 883 int64_t node = nodes.elementAti(index); findOrInsertWeakNode() local 950 int64_t node = nodes.elementAti(index); insertTailoredNodeAfter() local 963 insertNodeBetween(int32_t index, int32_t nextIndex, int64_t node, UErrorCode &errorCode) insertNodeBetween() argument 988 int64_t node = nodes.elementAti(index); findCommonNode() local 1397 int64_t node = nodesArray[i]; makeTailoredCEs() local 1566 int64_t node = nodesArray[i]; countTailoredNodes() local [all...] |
H A D | plurrule.cpp | 1541 RuleChain *node = header; in PluralKeywordEnumeration() local
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | FontConfig_ohos.cpp | 1081 struct dirent* node in scanFonts() local 1322 struct dirent* node = nullptr; judgeFileExist() local [all...] |
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgload.c | 1889 FT_ListNode node, node2; in load_truetype_glyph() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 615 DomTreeNode *node() { return Node; } in node() function in __anon25107::EarlyCSE::StackNode
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 3862 const Value* node = &root; in resolve() local 3885 const Value* node = &root; resolve() local 3904 Value* node = &root; make() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbitblb.cpp | 389 addRuleRootNodes(UVector *dest, RBBINode *node) addRuleRootNodes() argument 431 RBBINode *node = static_cast<RBBINode *>(ruleRootNodes.elementAt(j)); calcChainedFollowPos() local 730 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); mapLookAheadRules() local 761 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); mapLookAheadRules() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAG.h | 308 SUnit(SDNode *node, unsigned nodenum) SUnit() argument [all...] |
/third_party/toybox/toys/pending/ |
H A D | vi.c | 497 block_list_free(void *node) block_list_free() argument [all...] |