Home
last modified time | relevance | path

Searched defs:node (Results 876 - 900 of 2950) sorted by relevance

1...<<31323334353637383940>>...118

/third_party/node/deps/v8/src/compiler/
H A Dnode-aux-data.h36 bool Set(Node* node, T const& data) { in Set() argument
/third_party/node/deps/v8/src/ast/
H A Dsource-range-ast-visitor.cc54 bool SourceRangeAstVisitor::VisitNode(AstNode* node) { in VisitNode() argument
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dpersistent-node.h98 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 Dpersistent-node.h100 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 Dpersistent-node.cc81 auto* node = TryAllocateNodeFromFreeList(owner, trace); RefillFreeListAndAllocateNode() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dblock-coverage-builder.h32 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 Dmaglev-regalloc.h60 void FreeRegisters(ValueNode* node) { in FreeRegisters() argument
69 ValueNode* node = register_values_[reg.code()]; in GetRegisterValue() local
[all...]
H A Dmaglev-regalloc-data.h55 ValueNode* node; member
68 inline bool LoadMergeState(RegisterState state, ValueNode** node, in LoadMergeState() argument
H A Dmaglev-graph-verifier.h42 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 Dmaglev-graph-labeller.h19 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 Dfreedreno_autotune.h166 struct list_head node; member
/third_party/mesa3d/src/panfrost/util/
H A Dpan_liveness.c33 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 Ddag_test.cpp50 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 DNfaFlattener.java55 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 DFieldMaskTree.cs170 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 DName.cpp225 ExpressionContainsName(const Name &name, TIntermTyped &node) ExpressionContainsName() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateGlobalInitializer.cpp58 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 DForcePrecisionQualifier.cpp42 bool TPrecisionTraverser::visitDeclaration(Visit visit, TIntermDeclaration *node) in visitDeclaration() argument
H A DEmulateGLFragColorBroadcast.cpp74 void GLFragColorBroadcastTraverser::visitSymbol(TIntermSymbol *node) in visitSymbol() argument
H A DPruneNoOps.cpp26 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 DRewriteAtomicFunctionExpressions.cpp113 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 DExpandIntegerPowExpressions.cpp66 bool Traverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() argument
H A DSeparateExpressionsReturningArrays.cpp53 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 DRewriteInterpolateAtOffset.cpp79 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 DNodeType.h47 NodeType operator()(TIntermNode &node) in operator ()() argument

Completed in 11 milliseconds

1...<<31323334353637383940>>...118