| /third_party/ninja/src/ |
| H A D | build.cc | 97 bool Plan::AddSubTarget(const Node* node, const Node* dependent, string* err,
in AddSubTarget() argument 221 bool Plan::NodeFinished(Node* node, strin argument 259 CleanNode(DependencyScan* scan, Node* node, string* err) CleanNode() argument 319 DyndepsLoaded(DependencyScan* scan, const Node* node, const DyndepFile& ddf, string* err) DyndepsLoaded() argument 387 RefreshDyndepDependents(DependencyScan* scan, const Node* node, string* err) RefreshDyndepDependents() argument 434 UnmarkDependents(const Node* node, set<Node*>* dependents) UnmarkDependents() argument 594 Node* node = state_->LookupNode(name); AddTarget() local 1042 LoadDyndeps(Node* node, string* err) LoadDyndeps() argument [all...] |
| /third_party/node/ |
| H A D | Makefile | [all...] |
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_internal.h | 286 } node; member
|
| /third_party/mesa3d/src/intel/perf/ |
| H A D | intel_perf_query.c | 463 struct exec_node *node = exec_list_pop_head(&perf_ctx->free_sample_buffers); in get_free_sample_buf() local [all...] |
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_conn.c | 2104 nghttp3_tnode *node = stream_get_sched_node(stream); nghttp3_conn_schedule_stream() local 2129 nghttp3_tnode *node = stream_get_sched_node(stream); nghttp3_conn_unschedule_stream() local [all...] |
| H A D | nghttp3_stream.h | 209 nghttp3_tnode node; member
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | plurrule.cpp | 1560 RuleChain *node = header; in PluralKeywordEnumeration() local
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_ra.c | 108 set_class(unsigned *classes, unsigned node, unsigned class) in set_class() argument 120 check_read_class(unsigned *classes, unsigned tag, unsigned node) in check_read_class() argument 141 check_write_class(unsigned *classes, unsigned tag, unsigned node) in check_write_class() argument 165 mark_node_class(unsigned *bitfield, unsigned node) mark_node_class() argument [all...] |
| /third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/ |
| H A D | parser.js | [all...] |
| /third_party/lwip/src/include/lwip/apps/ |
| H A D | snmp_core.h | 200 const struct snmp_node* node; global() member 229 struct snmp_node node; global() member 246 struct snmp_node node; global() member [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | linearize.h | 307 static inline void link_phi(struct instruction *node, pseudo_t phi) in link_phi() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | common-operator.h | 581 CommonNodeWrapperBase(Node* node) CommonNodeWrapperBase() argument 609 FrameState(Node* node) FrameState() argument 657 StartNode(Node* node) StartNode() argument [all...] |
| H A D | escape-analysis.cc | 35 T& operator[](const Node* node) { in operator []() argument 52 void Set(const Node* node, T value) { in Set() argument 78 ReduceScope(Node* node, Reduction* reduction) ReduceScope() argument 112 Set(Variable var, Node* node) Set() argument 138 Node* node = current_state_.Get(var); Get() local 149 Set(Variable var, Node* node) Set() argument 183 Scope(EffectGraphReducer* reducer, EscapeAnalysisTracker* tracker, Node* node, Reduction* reduction) Scope() argument 188 GetVirtualObject(Node* node) GetVirtualObject() argument 211 SetEscaped(Node* node) SetEscaped() argument 267 GetReplacementOf(Node* node) GetReplacementOf() argument 268 ResolveReplacement(Node* node) ResolveReplacement() argument 303 ReduceFrom(Node* node) ReduceFrom() argument 360 Revisit(Node* node) Revisit() argument 378 Scope(VariableTracker* states, Node* node, Reduction* reduction) Scope() argument 849 Reduce(Node* node, Reduction* reduction) Reduce() argument 866 GetReplacementOf(Node* node) GetReplacementOf() argument 881 GetVirtualObject(Node* node) GetVirtualObject() argument [all...] |
| H A D | graph-visualizer.cc | 266 static int SafeId(Node* node) { return node == nullptr ? -1 : node->id(); } in SafeId() argument 267 static const char* SafeMnemonic(Node* node) { in SafeMnemonic() argument 306 PrintNode(Node* node, bool is_live) PrintNode() argument 364 PrintEdges(Node* node) PrintEdges() argument 396 GetType(Node* node) GetType() argument 544 PrintInputs(Node* node) PrintInputs() argument 556 PrintType(Node* node) PrintType() argument 646 Node* node = *it; PrintSchedule() local 926 Node* node = *it; PrintScheduledGraph() local [all...] |
| H A D | simplified-operator.h | 1082 explicit constexpr SimplifiedNodeWrapperBase(Node* node) in SimplifiedNodeWrapperBase() argument 1119 FastApiCallNode(Node* node) FastApiCallNode() argument [all...] |
| H A D | graph-assembler.h | 399 V8_INLINE void UpdateEffectControlWith(Node* node) { in UpdateEffectControlWith() argument 413 AddNode(Node* node) AddNode() argument [all...] |
| H A D | graph-assembler.cc | 545 Node* node = AddNode(graph()->NewNode(common()->TailCall(call_descriptor), in TailCall() local 550 NodeProperties::MergeControlToEnd(graph(), common(), node); in TailCall() local 578 Node* GraphAssembler::AddClonedNode(Node* node) { in AddClonedNode() argument 584 Node* GraphAssembler::AddNode(Node* node) { in AddNode() argument [all...] |
| H A D | machine-operator-reducer.cc | 77 Reduction ReduceWordNAnd(Node* node) { return r_->ReduceWord32And(node); } in ReduceWordNAnd() argument 78 Reduction ReduceIntNAdd(Node* node) { return r_->ReduceInt32Add(node); } in ReduceIntNAdd() argument 79 Reduction TryMatchWordNRor(Node* node) { return r_->TryMatchWord32Ror(node); } in TryMatchWordNRor() argument 137 Reduction ReduceWordNAnd(Node* node) { return r_->ReduceWord64And(node); } in ReduceWordNAnd() argument 138 ReduceIntNAdd(Node* node) ReduceIntNAdd() argument 139 TryMatchWordNRor(Node* node) TryMatchWordNRor() argument 207 Node* const node = graph()->NewNode(machine()->Word32And(), lhs, rhs); Word32And() local 227 Node* const node = graph()->NewNode(machine()->Word64And(), lhs, rhs); Word64And() local 233 Node* const node = graph()->NewNode(machine()->Int32Add(), lhs, rhs); Int32Add() local 239 Node* const node = graph()->NewNode(machine()->Int32Sub(), lhs, rhs); Int32Sub() local 287 Node* const node = graph()->NewNode(machine()->TruncateInt64ToInt32(), value); TruncateInt64ToInt32() local 309 Reduce(Node* node) Reduce() argument 974 ReduceTruncateInt64ToInt32(Node* node) ReduceTruncateInt64ToInt32() argument 982 ReduceInt32Add(Node* node) ReduceInt32Add() argument 1022 ReduceInt64Add(Node* node) ReduceInt64Add() argument 1044 ReduceInt32Sub(Node* node) ReduceInt32Sub() argument 1063 ReduceInt64Sub(Node* node) ReduceInt64Sub() argument 1082 ReduceInt64Mul(Node* node) ReduceInt64Mul() argument 1118 ReduceInt32Div(Node* node) ReduceInt32Div() argument 1165 ReduceUint32Div(Node* node) ReduceUint32Div() argument 1194 ReduceInt32Mod(Node* node) ReduceInt32Mod() argument 1230 ReduceUint32Mod(Node* node) ReduceUint32Mod() argument 1259 ReduceStore(Node* node) ReduceStore() argument 1302 ReduceProjection(size_t index, Node* node) ReduceProjection() argument 1375 ReduceWord32Comparisons(Node* node) ReduceWord32Comparisons() argument 1446 ReduceWord64Comparisons(Node* node) ReduceWord64Comparisons() argument 1481 ReduceWord32Shifts(Node* node) ReduceWord32Shifts() argument 1500 ReduceWord32Shl(Node* node) ReduceWord32Shl() argument 1553 ReduceWord64Shl(Node* node) ReduceWord64Shl() argument 1604 ReduceWord32Shr(Node* node) ReduceWord32Shr() argument 1625 ReduceWord64Shr(Node* node) ReduceWord64Shr() argument 1636 ReduceWord32Sar(Node* node) ReduceWord32Sar() argument 1671 ReduceWord64Sar(Node* node) ReduceWord64Sar() argument 1682 ReduceWordNAnd(Node* node) ReduceWordNAnd() argument 1882 ReduceWord32And(Node* node) ReduceWord32And() argument 1910 ReduceWord64And(Node* node) ReduceWord64And() argument 1915 TryMatchWord32Ror(Node* node) TryMatchWord32Ror() argument 1980 ReduceWordNOr(Node* node) ReduceWordNOr() argument 2009 ReduceWord32Or(Node* node) ReduceWord32Or() argument 2014 ReduceWord64Or(Node* node) ReduceWord64Or() argument 2020 ReduceWordNXor(Node* node) ReduceWordNXor() argument 2040 ReduceWord32Xor(Node* node) ReduceWord32Xor() argument 2049 ReduceWord64Xor(Node* node) ReduceWord64Xor() argument 2054 ReduceWord32Equal(Node* node) ReduceWord32Equal() argument 2092 ReduceFloat64InsertLowWord32(Node* node) ReduceFloat64InsertLowWord32() argument 2105 ReduceFloat64InsertHighWord32(Node* node) ReduceFloat64InsertHighWord32() argument 2129 ReduceFloat64Compare(Node* node) ReduceFloat64Compare() argument 2185 ReduceFloat64RoundDown(Node* node) ReduceFloat64RoundDown() argument 2197 IsZero(Node* node) IsZero() argument 2253 SwapBranches(Node* node) SwapBranches() argument 2272 SimplifyBranch(Node* node) SimplifyBranch() argument 2311 ReduceConditional(Node* node) ReduceConditional() argument 2336 ReduceConditionalN(Node* node) ReduceConditionalN() argument [all...] |
| H A D | load-elimination.cc | 20 bool IsRename(Node* node) { in IsRename() argument 31 Node* ResolveRenames(Node* node) { in ResolveRenames() argument 74 Reduction LoadElimination::Reduce(Node* node) { in Reduce() argument 731 Set( Node* node, AbstractState const* state) Set() argument 738 ReduceMapGuard(Node* node) ReduceMapGuard() argument 753 ReduceCheckMaps(Node* node) ReduceCheckMaps() argument 768 ReduceCompareMaps(Node* node) ReduceCompareMaps() argument 786 ReduceEnsureWritableFastElements(Node* node) ReduceEnsureWritableFastElements() argument 813 ReduceMaybeGrowFastElements(Node* node) ReduceMaybeGrowFastElements() argument 841 ReduceTransitionElementsKind(Node* node) ReduceTransitionElementsKind() argument 881 ReduceTransitionAndStoreElement(Node* node) ReduceTransitionAndStoreElement() argument 906 ReduceLoadField(Node* node, FieldAccess const& access) ReduceLoadField() argument 970 ReduceStoreField(Node* node, FieldAccess const& access) ReduceStoreField() argument 1054 ReduceLoadElement(Node* node) ReduceLoadElement() argument 1103 ReduceStoreElement(Node* node) ReduceStoreElement() argument 1146 ReduceStoreTypedElement(Node* node) ReduceStoreTypedElement() argument 1174 ReduceEffectPhi(Node* node) ReduceEffectPhi() argument 1215 ReduceStart(Node* node) ReduceStart() argument 1219 ReduceOtherNode(Node* node) ReduceOtherNode() argument 1243 UpdateState(Node* node, AbstractState const* state) UpdateState() argument 1275 ComputeLoopState( Node* node, AbstractState const* state) const ComputeLoopState() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | instruction-selector.h | 262 Node* node; member 513 MarkAsWord32(Node* node) MarkAsWord32() argument 516 MarkAsWord64(Node* node) MarkAsWord64() argument 519 MarkAsFloat32(Node* node) MarkAsFloat32() argument 522 MarkAsFloat64(Node* node) MarkAsFloat64() argument 525 MarkAsSimd128(Node* node) MarkAsSimd128() argument 528 MarkAsTagged(Node* node) MarkAsTagged() argument 531 MarkAsCompressed(Node* node) MarkAsCompressed() argument 701 Node* node; global() member [all...] |
| /third_party/node/deps/v8/src/ast/ |
| H A D | prettyprinter.cc | 63 void CallPrinter::Find(AstNode* node, bool print) { in Find() argument 94 void CallPrinter::VisitBlock(Block* node) { in VisitBlock() argument 99 void CallPrinter::VisitVariableDeclaration(VariableDeclaration* node) {} in VisitVariableDeclaration() argument 102 void CallPrinter::VisitFunctionDeclaration(FunctionDeclaration* node) {} in VisitFunctionDeclaration() argument 105 void CallPrinter::VisitExpressionStatement(ExpressionStatement* node) { in VisitExpressionStatement() argument 110 void CallPrinter::VisitEmptyStatement(EmptyStatement* node) {} in VisitEmptyStatement() argument 113 VisitSloppyBlockFunctionStatement( SloppyBlockFunctionStatement* node) VisitSloppyBlockFunctionStatement() argument 119 VisitIfStatement(IfStatement* node) VisitIfStatement() argument 128 VisitContinueStatement(ContinueStatement* node) VisitContinueStatement() argument 131 VisitBreakStatement(BreakStatement* node) VisitBreakStatement() argument 134 VisitReturnStatement(ReturnStatement* node) VisitReturnStatement() argument 139 VisitWithStatement(WithStatement* node) VisitWithStatement() argument 145 VisitSwitchStatement(SwitchStatement* node) VisitSwitchStatement() argument 154 VisitDoWhileStatement(DoWhileStatement* node) VisitDoWhileStatement() argument 160 VisitWhileStatement(WhileStatement* node) VisitWhileStatement() argument 166 VisitForStatement(ForStatement* node) VisitForStatement() argument 176 VisitForInStatement(ForInStatement* node) VisitForInStatement() argument 183 VisitForOfStatement(ForOfStatement* node) VisitForOfStatement() argument 206 VisitTryCatchStatement(TryCatchStatement* node) VisitTryCatchStatement() argument 212 VisitTryFinallyStatement(TryFinallyStatement* node) VisitTryFinallyStatement() argument 218 VisitDebuggerStatement(DebuggerStatement* node) VisitDebuggerStatement() argument 221 VisitFunctionLiteral(FunctionLiteral* node) VisitFunctionLiteral() argument 229 VisitClassLiteral(ClassLiteral* node) VisitClassLiteral() argument 239 VisitInitializeClassMembersStatement( InitializeClassMembersStatement* node) VisitInitializeClassMembersStatement() argument 246 VisitInitializeClassStaticElementsStatement( InitializeClassStaticElementsStatement* node) VisitInitializeClassStaticElementsStatement() argument 258 VisitNativeFunctionLiteral(NativeFunctionLiteral* node) VisitNativeFunctionLiteral() argument 261 VisitConditional(Conditional* node) VisitConditional() argument 268 VisitLiteral(Literal* node) VisitLiteral() argument 275 VisitRegExpLiteral(RegExpLiteral* node) VisitRegExpLiteral() argument 286 VisitObjectLiteral(ObjectLiteral* node) VisitObjectLiteral() argument 295 VisitArrayLiteral(ArrayLiteral* node) VisitArrayLiteral() argument 315 VisitVariableProxy(VariableProxy* node) VisitVariableProxy() argument 325 VisitAssignment(Assignment* node) VisitAssignment() argument 368 VisitCompoundAssignment(CompoundAssignment* node) VisitCompoundAssignment() argument 372 VisitYield(Yield* node) VisitYield() argument 374 VisitYieldStar(YieldStar* node) VisitYieldStar() argument 386 VisitAwait(Await* node) VisitAwait() argument 388 VisitThrow(Throw* node) VisitThrow() argument 390 VisitOptionalChain(OptionalChain* node) VisitOptionalChain() argument 394 VisitProperty(Property* node) VisitProperty() argument 418 VisitCall(Call* node) VisitCall() argument 454 VisitCallNew(CallNew* node) VisitCallNew() argument 488 VisitCallRuntime(CallRuntime* node) VisitCallRuntime() argument 493 VisitUnaryOperation(UnaryOperation* node) VisitUnaryOperation() argument 505 VisitCountOperation(CountOperation* node) VisitCountOperation() argument 514 VisitBinaryOperation(BinaryOperation* node) VisitBinaryOperation() argument 524 VisitNaryOperation(NaryOperation* node) VisitNaryOperation() argument 536 VisitCompareOperation(CompareOperation* node) VisitCompareOperation() argument 547 VisitSpread(Spread* node) VisitSpread() argument 553 VisitEmptyParentheses(EmptyParentheses* node) VisitEmptyParentheses() argument 557 VisitGetTemplateObject(GetTemplateObject* node) VisitGetTemplateObject() argument 559 VisitTemplateLiteral(TemplateLiteral* node) VisitTemplateLiteral() argument 565 VisitImportCallExpression(ImportCallExpression* node) VisitImportCallExpression() argument 574 VisitThisExpression(ThisExpression* node) VisitThisExpression() argument 576 VisitSuperPropertyReference(SuperPropertyReference* node) VisitSuperPropertyReference() argument 579 VisitSuperCallReference(SuperCallReference* node) VisitSuperCallReference() argument 630 Print(AstNode* node) Print() argument 814 PrintIndentedVisit(const char* s, AstNode* node) PrintIndentedVisit() argument 852 PrintOut(Isolate* isolate, AstNode* node) PrintOut() argument 889 VisitBlock(Block* node) VisitBlock() argument 898 VisitVariableDeclaration(VariableDeclaration* node) VisitVariableDeclaration() argument 905 VisitFunctionDeclaration(FunctionDeclaration* node) VisitFunctionDeclaration() argument 914 VisitExpressionStatement(ExpressionStatement* node) VisitExpressionStatement() argument 920 VisitEmptyStatement(EmptyStatement* node) VisitEmptyStatement() argument 925 VisitSloppyBlockFunctionStatement( SloppyBlockFunctionStatement* node) VisitSloppyBlockFunctionStatement() argument 931 VisitIfStatement(IfStatement* node) VisitIfStatement() argument 941 VisitContinueStatement(ContinueStatement* node) VisitContinueStatement() argument 946 VisitBreakStatement(BreakStatement* node) VisitBreakStatement() argument 951 VisitReturnStatement(ReturnStatement* node) VisitReturnStatement() argument 957 VisitWithStatement(WithStatement* node) VisitWithStatement() argument 964 VisitSwitchStatement(SwitchStatement* node) VisitSwitchStatement() argument 980 VisitDoWhileStatement(DoWhileStatement* node) VisitDoWhileStatement() argument 987 VisitWhileStatement(WhileStatement* node) VisitWhileStatement() argument 994 VisitForStatement(ForStatement* node) VisitForStatement() argument 1003 VisitForInStatement(ForInStatement* node) VisitForInStatement() argument 1011 VisitForOfStatement(ForOfStatement* node) VisitForOfStatement() argument 1028 VisitTryCatchStatement(TryCatchStatement* node) VisitTryCatchStatement() argument 1059 VisitTryFinallyStatement(TryFinallyStatement* node) VisitTryFinallyStatement() argument 1065 VisitDebuggerStatement(DebuggerStatement* node) VisitDebuggerStatement() argument 1070 VisitFunctionLiteral(FunctionLiteral* node) VisitFunctionLiteral() argument 1084 VisitClassLiteral(ClassLiteral* node) VisitClassLiteral() argument 1108 VisitInitializeClassMembersStatement( InitializeClassMembersStatement* node) VisitInitializeClassMembersStatement() argument 1114 VisitInitializeClassStaticElementsStatement( InitializeClassStaticElementsStatement* node) VisitInitializeClassStaticElementsStatement() argument 1167 VisitNativeFunctionLiteral(NativeFunctionLiteral* node) VisitNativeFunctionLiteral() argument 1173 VisitConditional(Conditional* node) VisitConditional() argument 1181 VisitLiteral(Literal* node) VisitLiteral() argument 1186 VisitRegExpLiteral(RegExpLiteral* node) VisitRegExpLiteral() argument 1202 VisitObjectLiteral(ObjectLiteral* node) VisitObjectLiteral() argument 1244 VisitArrayLiteral(ArrayLiteral* node) VisitArrayLiteral() argument 1255 VisitVariableProxy(VariableProxy* node) VisitVariableProxy() argument 1292 VisitAssignment(Assignment* node) VisitAssignment() argument 1298 VisitCompoundAssignment(CompoundAssignment* node) VisitCompoundAssignment() argument 1302 VisitYield(Yield* node) VisitYield() argument 1309 VisitYieldStar(YieldStar* node) VisitYieldStar() argument 1316 VisitAwait(Await* node) VisitAwait() argument 1323 VisitThrow(Throw* node) VisitThrow() argument 1328 VisitOptionalChain(OptionalChain* node) VisitOptionalChain() argument 1333 VisitProperty(Property* node) VisitProperty() argument 1372 VisitCall(Call* node) VisitCall() argument 1382 VisitCallNew(CallNew* node) VisitCallNew() argument 1389 VisitCallRuntime(CallRuntime* node) VisitCallRuntime() argument 1398 VisitUnaryOperation(UnaryOperation* node) VisitUnaryOperation() argument 1404 VisitCountOperation(CountOperation* node) VisitCountOperation() argument 1413 VisitBinaryOperation(BinaryOperation* node) VisitBinaryOperation() argument 1419 VisitNaryOperation(NaryOperation* node) VisitNaryOperation() argument 1427 VisitCompareOperation(CompareOperation* node) VisitCompareOperation() argument 1434 VisitSpread(Spread* node) VisitSpread() argument 1439 VisitEmptyParentheses(EmptyParentheses* node) VisitEmptyParentheses() argument 1443 VisitGetTemplateObject(GetTemplateObject* node) VisitGetTemplateObject() argument 1447 VisitTemplateLiteral(TemplateLiteral* node) VisitTemplateLiteral() argument 1460 VisitImportCallExpression(ImportCallExpression* node) VisitImportCallExpression() argument 1468 VisitThisExpression(ThisExpression* node) VisitThisExpression() argument 1472 VisitSuperPropertyReference(SuperPropertyReference* node) VisitSuperPropertyReference() argument 1477 VisitSuperCallReference(SuperCallReference* node) VisitSuperCallReference() argument [all...] |
| /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
|