Home
last modified time | relevance | path

Searched defs:node (Results 751 - 775 of 8483) sorted by relevance

1...<<31323334353637383940>>...340

/third_party/node/deps/v8/src/compiler/
H A Dcheckpoint-elimination.cc38 bool IsRedundantCheckpoint(Node* node) { in IsRedundantCheckpoint() argument
54 Reduction CheckpointElimination::ReduceCheckpoint(Node* node) { in ReduceCheckpoint() argument
62 Reduction CheckpointElimination::Reduce(Node* node) { in Reduce() argument
[all...]
H A Dgraph-trimmer.h34 Node* const node = *begin++; in TrimGraph() local
41 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); } in IsLive() argument
42 V8_INLINE void MarkAsLive(Node* const node) { in MarkAsLive() argument
[all...]
H A Dnode-marker.h25 V8_INLINE Mark Get(const Node* node) { in Get() argument
33 V8_INLINE void Set(Node* node, Mark mark) { in Set() argument
66 V8_INLINE State Get(const Node* node) { in Get() argument
70 Set(Node* node, State state) Set() argument
[all...]
H A Dnode-observer.cc13 ObservableNodeState::ObservableNodeState(const Node* node, Zone* zone) in ObservableNodeState() argument
18 void ObserveNodeManager::StartObserving(Node* node, NodeObserver* observer) { in StartObserving() argument
[all...]
H A Dconstant-folding-reducer.cc16 Node* TryGetConstant(JSGraph* jsgraph, Node* node) { in TryGetConstant() argument
44 bool IsAlreadyBeingFolded(Node* node) { in IsAlreadyBeingFolded() argument
66 Reduction ConstantFoldingReducer::Reduce(Node* node) { in Reduce() argument
[all...]
H A Dselect-lowering.cc23 Reduction SelectLowering::Reduce(Node* node) { in Reduce() argument
30 Reduction SelectLowering::LowerSelect(Node* node) { in LowerSelect() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-node.cc50 std::ostream& operator<<(std::ostream& os, const BytecodeNode& node) { in operator <<() argument
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-compilation-unit.cc45 void MaglevCompilationUnit::RegisterNodeInGraphLabeller(const Node* node) { in RegisterNodeInGraphLabeller() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.h90 struct list_head node; /* list-node in ctx->active_acc_queries */ member
/third_party/musl/libc-test/src/functional/
H A Dsearch_tsearch.c25 static void act(const void *node, VISIT v, int d) in act() argument
47 static void getparent(const void *node, VISIT v, int d) in getparent() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessTests.cpp49 bool operator()(tcu::TestNode* node) in operator ()() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputGLSL.cpp25 void TOutputGLSL::visitSymbol(TIntermSymbol *node) in visitSymbol() argument
H A DCallDAG.h44 TIntermFunctionDefinition *node; // Guaranteed to be non-null. member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A DRewriteUnaryMinusOperatorFloat.cpp58 bool Traverser::visitUnary(Visit visit, TIntermUnary *node) in visitUnary() argument
H A DUnfoldShortCircuitAST.cpp43 bool UnfoldShortCircuitASTTraverser::visitBinary(Visit visit, TIntermBinary *node) in visitBinary() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DAddDefaultReturnStatements.cpp23 bool NeedsReturnStatement(TIntermFunctionDefinition *node, TType *returnType) in NeedsReturnStatement() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRecordConstantPrecision.cpp90 void RecordConstantPrecisionTraverser::visitConstantUnion(TIntermConstantUnion *node) in visitConstantUnion() argument
H A DRemoveAtomicCounterBuiltins.cpp19 bool IsAtomicCounterDecl(const TIntermDeclaration *node) in IsAtomicCounterDecl() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DEarlyFragmentTestsOptimization.cpp44 void CheckEFTOptimizationTraverser::visitSymbol(TIntermSymbol *node) in visitSymbol() argument
56 bool CheckEFTOptimizationTraverser::visitBranch(Visit visit, TIntermBranch *node) in visitBranch() argument
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A DtcuRandomOrderExecutor.h51 TestNode *node; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DAnalyzeCallDepth.h49 TIntermAggregate *const node; member in AnalyzeCallDepth::FunctionNode
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dtsearch.h34 typedef struct node { struct
/third_party/skia/tests/
H A DSkDOMTest.cpp15 check_node(skiatest::Reporter* r, const SkDOM& dom, const SkDOM::Node* node, const char* expectedName, SkDOM::Type expectedType) check_node() argument
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DConstantFoldingTest.h50 void visitConstantUnion(TIntermConstantUnion *node) in visitConstantUnion() argument
73 bool isEqual(const TConstantUnion &node, const float &value) const in isEqual() argument
95 isEqual(const TConstantUnion &node, const int &value) const isEqual() argument
[all...]
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
H A Dnode_id_map.cc41 void NodeIdMap::Add(const ast::Node* node, IdType id) { in Add() argument
[all...]

Completed in 9 milliseconds

1...<<31323334353637383940>>...340