| /third_party/node/deps/v8/src/compiler/ |
| H A D | node-aux-data.h | 36 bool Set(Node* node, T const& data) { in Set() argument
|
| /third_party/node/deps/v8/src/ast/ |
| H A D | source-range-ast-visitor.cc | 54 bool SourceRangeAstVisitor::VisitNode(AstNode* node) { in VisitNode() argument
|
| /third_party/node/deps/v8/include/v8-include/cppgc/internal/ |
| H A D | persistent-node.h | 98 PersistentNode* node = nullptr; in TryAllocateNodeFromFreeList() local 109 void FreeNode(PersistentNode* node) { in FreeNode() argument 148 auto* node = TryAllocateNodeFromFreeList(owner, trace); AllocateNode() local 156 FreeNode(PersistentNode* node) FreeNode() argument 192 auto* node = TryAllocateNodeFromFreeList(owner, trace); AllocateNode() local 198 FreeNode(PersistentNode* node) FreeNode() argument [all...] |
| /third_party/node/deps/v8/include/cppgc/internal/ |
| H A D | persistent-node.h | 100 PersistentNode* node = nullptr; in TryAllocateNodeFromFreeList() local 111 void FreeNode(PersistentNode* node) { in FreeNode() argument 150 auto* node = TryAllocateNodeFromFreeList(owner, trace); AllocateNode() local 158 FreeNode(PersistentNode* node) FreeNode() argument 194 auto* node = TryAllocateNodeFromFreeList(owner, trace); AllocateNode() local 200 FreeNode(PersistentNode* node) FreeNode() argument [all...] |
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | persistent-node.cc | 81 auto* node = TryAllocateNodeFromFreeList(owner, trace); RefillFreeListAndAllocateNode() local [all...] |
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | block-coverage-builder.h | 32 int AllocateBlockCoverageSlot(ZoneObject* node, SourceRangeKind kind) { in AllocateBlockCoverageSlot() argument 44 int AllocateNaryBlockCoverageSlot(NaryOperation* node, size_t index) { in AllocateNaryBlockCoverageSlot() argument 62 void IncrementBlockCounter(ZoneObject* node, SourceRangeKind kind) { in IncrementBlockCounter() argument
|
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-regalloc.h | 60 void FreeRegisters(ValueNode* node) { in FreeRegisters() argument 69 ValueNode* node = register_values_[reg.code()]; in GetRegisterValue() local [all...] |
| H A D | maglev-regalloc-data.h | 55 ValueNode* node; member 68 inline bool LoadMergeState(RegisterState state, ValueNode** node, in LoadMergeState() argument
|
| H A D | maglev-graph-verifier.h | 42 void CheckValueInputIs(NodeBase* node, int i, ValueRepresentation repr) { in CheckValueInputIs() argument 56 void Process(NodeBase* node, const ProcessingState& state) { in Process() argument [all...] |
| H A D | maglev-graph-labeller.h | 19 void RegisterNode(const Node* node) { in RegisterNode() argument 32 int NodeId(const NodeBase* node) { return node_ids_[node]; } in NodeId() argument 38 void PrintNodeLabel(std::ostream& os, const Node* node) { in PrintNodeLabel() argument 42 os << "<invalid node " << node << ">"; in PrintNodeLabel() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_autotune.h | 166 struct list_head node; member
|
| /third_party/mesa3d/src/panfrost/util/ |
| H A D | pan_liveness.c | 33 pan_liveness_gen(uint16_t *live, unsigned node, unsigned max, uint16_t mask) in pan_liveness_gen() argument 42 pan_liveness_kill(uint16_t *live, unsigned node, unsigned max, uint16_t mask) in pan_liveness_kill() argument 51 pan_liveness_get(uint16_t *live, unsigned node, uint16_t max) in pan_liveness_get() argument [all...] |
| /third_party/mesa3d/src/util/tests/ |
| H A D | dag_test.cpp | 50 struct node: public dag_node { struct 73 struct node *node = static_cast<struct node *>(dag_node); in output_cb() local 153 node[0] >> node[1]; TEST_F() local 154 node[0] >> node[2]; TEST_F() local 217 node[0] >> node[1]; TEST_F() local 218 node[0] >> node[2]; TEST_F() local 219 node[0] >> node[3]; TEST_F() local 220 node[0] >> node[4]; TEST_F() local 221 node[0] >> node[5]; TEST_F() local 245 node[0] >> node[1] >> node[6]; TEST_F() local 246 node[0] >> node[2] >> node[6]; TEST_F() local 247 node[0] >> node[3] >> node[6]; TEST_F() local 248 node[0] >> node[4] >> node[6]; TEST_F() local 249 node[0] >> node[5] >> node[6]; TEST_F() local 271 node[0] >> node[1] >> node[2] >> node[4]; TEST_F() local 272 node[1] >> node[4]; TEST_F() local 273 node[0] >> node[3]; TEST_F() local 274 node[3] >> node[4]; TEST_F() local 275 node[3] >> node[5]; TEST_F() local [all...] |
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
| H A D | NfaFlattener.java | 55 private static PathFollower of(Node node, Edge edge) { in of() argument 60 abstract Node node(); in node() method in NfaFlattener.PathFollower 102 visitSubgraph(Node node) visitSubgraph() argument 185 recursivelySetMaxPathLength( Node node, int length, ValueGraph<Node, ?> graph, Map<Node, Integer> map) recursivelySetMaxPathLength() argument [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | FieldMaskTree.cs | 170 GetFieldPaths(Node node, string path, List<string> paths) GetFieldPaths() argument 249 Merge( Node node, string path, IMessage source, IMessage destination, FieldMask.MergeOptions options) Merge() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | Name.cpp | 225 ExpressionContainsName(const Name &name, TIntermTyped &node) ExpressionContainsName() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ValidateGlobalInitializer.cpp | 58 void ValidateGlobalInitializerTraverser::visitSymbol(TIntermSymbol *node) in visitSymbol() argument 80 void ValidateGlobalInitializerTraverser::visitConstantUnion(TIntermConstantUnion *node) in visitConstantUnion() argument 97 bool ValidateGlobalInitializerTraverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() argument 109 visitBinary(Visit visit, TIntermBinary *node) visitBinary() argument 118 visitUnary(Visit visit, TIntermUnary *node) visitUnary() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| H A D | ForcePrecisionQualifier.cpp | 42 bool TPrecisionTraverser::visitDeclaration(Visit visit, TIntermDeclaration *node) in visitDeclaration() argument
|
| H A D | EmulateGLFragColorBroadcast.cpp | 74 void GLFragColorBroadcastTraverser::visitSymbol(TIntermSymbol *node) in visitSymbol() argument
|
| H A D | PruneNoOps.cpp | 26 bool IsNoOp(TIntermNode *node) in IsNoOp() argument 69 bool PruneNoOpsTraverser::visitDeclaration(Visit visit, TIntermDeclaration *node) in visitDeclaration() argument 137 visitBlock(Visit visit, TIntermBlock *node) visitBlock() argument 199 visitBranch(Visit visit, TIntermBranch *node) visitBranch() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
| H A D | RewriteAtomicFunctionExpressions.cpp | 113 IsAtomicExchangeOrCompSwapNoReturnValue( TIntermAggregate *node, TIntermNode *parentNode) IsAtomicExchangeOrCompSwapNoReturnValue() argument 122 IsAtomicFunctionInsideExpression( TIntermAggregate *node, TIntermNode *parentNode) IsAtomicFunctionInsideExpression() argument 139 visitAggregate(Visit visit, TIntermAggregate *node) visitAggregate() argument 159 visitBlock(Visit visit, TIntermBlock *node) visitBlock() argument [all...] |
| H A D | ExpandIntegerPowExpressions.cpp | 66 bool Traverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() argument
|
| H A D | SeparateExpressionsReturningArrays.cpp | 53 TIntermBinary *CopyAssignmentNode(TIntermBinary *node) in CopyAssignmentNode() argument 58 visitBinary(Visit visit, TIntermBinary *node) visitBinary() argument 87 visitAggregate(Visit visit, TIntermAggregate *node) visitAggregate() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
| H A D | RewriteInterpolateAtOffset.cpp | 79 bool Traverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
| H A D | NodeType.h | 47 NodeType operator()(TIntermNode &node) in operator ()() argument
|