| /third_party/node/deps/v8/src/compiler/ |
| H A D | wasm-inlining.cc | 21 Reduction WasmInliner::Reduce(Node* node) { in Reduce() argument [all...] |
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-array-writer.cc | 109 void BytecodeArrayWriter::Write(BytecodeNode* node) { in Write() argument 120 void BytecodeArrayWriter::WriteJump(BytecodeNode* node, BytecodeLabel* label) { in WriteJump() argument 131 WriteJumpLoop(BytecodeNode* node, BytecodeLoopHeader* loop_header) WriteJumpLoop() argument 143 WriteSwitch(BytecodeNode* node, BytecodeJumpTable* jump_table) WriteSwitch() argument 223 UpdateSourcePositionTable( const BytecodeNode* const node) UpdateSourcePositionTable() argument 277 EmitBytecode(const BytecodeNode* const node) EmitBytecode() argument 461 EmitJumpLoop(BytecodeNode* node, BytecodeLoopHeader* loop_header) EmitJumpLoop() argument 482 EmitJump(BytecodeNode* node, BytecodeLabel* label) EmitJump() argument 515 EmitSwitch(BytecodeNode* node, BytecodeJumpTable* jump_table) EmitSwitch() argument [all...] |
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-regalloc.cc | 37 bool IsTargetOfNodeFallthrough(ControlNode* node, BasicBlock* target) { in IsTargetOfNodeFallthrough() argument 41 ControlNode* NearestPostDominatingHole(ControlNode* node) { in NearestPostDominatingHole() argument 61 IsLiveAtTarget(ValueNode* node, ControlNode* source, BasicBlock* target) IsLiveAtTarget() argument 201 ValueNode* node = GetRegisterValue(reg); PrintLiveRegs() local 310 UpdateUse( ValueNode* node, InputLocation* input_location) UpdateUse() argument 351 AllocateNode(Node* node) AllocateNode() argument 378 AllocateNodeResult(ValueNode* node) AllocateNodeResult() argument 440 ValueNode* node = GetRegisterValue(reg); DropRegisterValue() local 490 ValueNode* node = GetRegisterValue(reg); InitializeConditionalBranchRegisters() local 499 AllocateControlNode(ControlNode* node, BasicBlock* block) AllocateControlNode() argument 581 Spill(ValueNode* node) Spill() argument 594 ValueNode* node = input.node(); AssignInput() local 637 ValueNode* node = GetRegisterValue(reg); SpillRegisters() local 645 ValueNode* node = GetRegisterValue(reg); SpillAndClearRegisters() local 652 AllocateSpillSlot(ValueNode* node) AllocateSpillSlot() argument 683 AllocateRegister( ValueNode* node) AllocateRegister() argument 691 ForceAllocate( Register reg, ValueNode* node) ForceAllocate() argument 711 SetRegister(Register reg, ValueNode* node) SetRegister() argument 719 TryAllocateRegister(ValueNode* node) TryAllocateRegister() argument 730 AssignTemporaries(NodeBase* node) AssignTemporaries() argument 748 ValueNode* node = GetRegisterValue(reg); InitializeRegisterValues() local 760 ValueNode* node; InitializeRegisterValues() local 777 ValueNode* node; EnsureInRegister() local 792 ValueNode* node = nullptr; InitializeBranchTargetRegisterValues() local 814 ValueNode* node; MergeRegisterValues() local [all...] |
| H A D | maglev-graph-printer.cc | 238 ControlNode* node = block->control_node(); in PreProcessGraph() local 25 PrintPaddedId(std::ostream& os, MaglevGraphLabeller* graph_labeller, NodeBase* node, std::string padding = �, int padding_adjustement = 0) PrintPaddedId() argument 307 PrintEagerDeopt(std::ostream& os, std::vector<BasicBlock*> targets, NodeT* node, const ProcessingState& state) PrintEagerDeopt() argument 332 MaybePrintEagerDeopt(std::ostream& os, std::vector<BasicBlock*> targets, NodeBase* node, const ProcessingState& state) MaybePrintEagerDeopt() argument 347 PrintLazyDeopt(std::ostream& os, std::vector<BasicBlock*> targets, NodeT* node, const ProcessingState& state) PrintLazyDeopt() argument 377 MaybePrintLazyDeopt(std::ostream& os, std::vector<BasicBlock*> targets, NodeBase* node, const ProcessingState& state) MaybePrintLazyDeopt() argument 416 Process(Node* node, const ProcessingState& state) Process() argument [all...] |
| /third_party/node/deps/v8/src/parsing/ |
| H A D | rewriter.cc | 140 void Processor::VisitBlock(Block* node) { in VisitBlock() argument 157 void Processor::VisitExpressionStatement(ExpressionStatement* node) { in VisitExpressionStatement() argument 167 VisitIfStatement(IfStatement* node) VisitIfStatement() argument 184 VisitIterationStatement(IterationStatement* node) VisitIterationStatement() argument 200 VisitDoWhileStatement(DoWhileStatement* node) VisitDoWhileStatement() argument 205 VisitWhileStatement(WhileStatement* node) VisitWhileStatement() argument 210 VisitForStatement(ForStatement* node) VisitForStatement() argument 215 VisitForInStatement(ForInStatement* node) VisitForInStatement() argument 220 VisitForOfStatement(ForOfStatement* node) VisitForOfStatement() argument 225 VisitTryCatchStatement(TryCatchStatement* node) VisitTryCatchStatement() argument 242 VisitTryFinallyStatement(TryFinallyStatement* node) VisitTryFinallyStatement() argument 296 VisitSwitchStatement(SwitchStatement* node) VisitSwitchStatement() argument 315 VisitContinueStatement(ContinueStatement* node) VisitContinueStatement() argument 321 VisitBreakStatement(BreakStatement* node) VisitBreakStatement() argument 327 VisitWithStatement(WithStatement* node) VisitWithStatement() argument 336 VisitSloppyBlockFunctionStatement( SloppyBlockFunctionStatement* node) VisitSloppyBlockFunctionStatement() argument 344 VisitEmptyStatement(EmptyStatement* node) VisitEmptyStatement() argument 349 VisitReturnStatement(ReturnStatement* node) VisitReturnStatement() argument 355 VisitDebuggerStatement(DebuggerStatement* node) VisitDebuggerStatement() argument 359 VisitInitializeClassMembersStatement( InitializeClassMembersStatement* node) VisitInitializeClassMembersStatement() argument 364 VisitInitializeClassStaticElementsStatement( InitializeClassStaticElementsStatement* node) VisitInitializeClassStaticElementsStatement() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
| H A D | regalloc.c | 60 static void propagate_liveness_node(gpir_node *node, BITSET_WORD *live, in propagate_liveness_node() argument 415 add_fake_dep(gpir_node *node, gpir_node *src, struct value_regalloc_ctx *ctx) add_fake_dep() argument 442 handle_value_read(gpir_node *node, gpir_node *src, struct value_regalloc_ctx *ctx) handle_value_read() argument 507 handle_value_write(gpir_node *node, struct value_regalloc_ctx *ctx) handle_value_write() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/dso/ |
| H A D | dso_win32.c | 191 const char *node; member
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| H A D | MonomorphizeUnsupportedFunctions.cpp | 60 const TVariable *GetBaseUniform(TIntermTyped *node, bool *isSamplerInStructOut) in GetBaseUniform() argument 101 ExtractSideEffects(TSymbolTable *symbolTable, TIntermTyped *node, TIntermSequence *replacementIndices) ExtractSideEffects() argument [all...] |
| H A D | RewriteStructSamplers.cpp | 66 RewriteExpressionVisitBinaryHelper(TCompiler *compiler, TIntermBinary *node, const StructureMap &structureMap, const StructureUniformMap &structureUniformMap, const ExtractedSamplerMap &extractedSamplers) RewriteExpressionVisitBinaryHelper() argument 216 RewriteModifiedStructFieldSelectionExpression( TCompiler *compiler, TIntermBinary *node, const StructureMap &structureMap, const StructureUniformMap &structureUniformMap, const ExtractedSamplerMap &extractedSamplers) RewriteModifiedStructFieldSelectionExpression() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | SeparateCompoundExpressions.cpp | 45 bool ViewBinaryChain(TOperator op, TIntermTyped &node, std::vector<TIntermTyped *> &out) in ViewBinaryChain() argument 69 std::vector<TIntermTyped *> ViewBinaryChain(TIntermBinary &node) in ViewBinaryChain() argument 88 TIntermTyped &reassociateRight(TIntermBinary &node) in reassociateRight() argument 158 pushStmt(TIntermNode &node) pushStmt() argument 160 isTerminalExpr(TIntermNode &node) isTerminalExpr() argument 173 pullMappedExpr(TIntermTyped *node, bool allowBacktrack) pullMappedExpr() argument 316 pushStmt(node); global() variable 327 pushStmt(node); global() variable 342 pushStmt(node); global() variable 525 pushStmt(node); global() variable 533 pushStmt(node); global() variable 544 pushStmt(node); global() variable 554 pushStmt(node); global() variable 566 pushStmt(node); global() variable 576 pushStmt(node); global() variable 591 pushStmt(node); global() variable 606 pushStmt(node); global() variable 624 pushStmt(node); global() variable [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
| H A D | IntermTraverse.cpp | 23 void TIntermTraverser::traverse(T *node) in traverse() argument 247 pushParentBlock(TIntermBlock *node) pushParentBlock() argument 315 traverseBinary(TIntermBinary *node) traverseBinary() argument 320 traverseBinary(TIntermBinary *node) traverseBinary() argument 379 traverseUnary(TIntermUnary *node) traverseUnary() argument 384 traverseUnary(TIntermUnary *node) traverseUnary() argument 420 traverseFunctionDefinition(TIntermFunctionDefinition *node) traverseFunctionDefinition() argument 454 traverseBlock(TIntermBlock *node) traverseBlock() argument 497 traverseAggregate(TIntermAggregate *node) traverseAggregate() argument 512 updateTree(TCompiler *compiler, TIntermNode *node) updateTree() argument 654 traverseAggregate(TIntermAggregate *node) traverseAggregate() argument 704 traverseLoop(TIntermLoop *node) traverseLoop() argument [all...] |
| H A D | IntermTraverse.h | 44 virtual void visitSymbol(TIntermSymbol *node) {} in visitSymbol() argument 45 virtual void visitConstantUnion(TIntermConstantUnion *node) {} in visitConstantUnion() argument 46 virtual bool visitSwizzle(Visit visit, TIntermSwizzle *node) { return true; } in visitSwizzle() argument 47 virtual bool visitBinary(Visit visit, TIntermBinary *node) { return true; } in visitBinary() argument 48 virtual bool visitUnary(Visit visit, TIntermUnary *node) { return true; } in visitUnary() argument 49 virtual bool visitTernary(Visit visit, TIntermTernary *node) { return true; } in visitTernary() argument 50 virtual bool visitIfElse(Visit visit, TIntermIfElse *node) { retur in visitTernary() argument 51 visitSwitch(Visit visit, TIntermSwitch *node) visitSwitch() argument 52 visitCase(Visit visit, TIntermCase *node) visitCase() argument 53 visitFunctionPrototype(TIntermFunctionPrototype *node) visitFunctionPrototype() argument 54 visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *node) visitFunctionDefinition() argument 58 visitAggregate(Visit visit, TIntermAggregate *node) visitAggregate() argument 59 visitBlock(Visit visit, TIntermBlock *node) visitBlock() argument 60 visitGlobalQualifierDeclaration(Visit visit, TIntermGlobalQualifierDeclaration *node) visitGlobalQualifierDeclaration() argument 65 visitDeclaration(Visit visit, TIntermDeclaration *node) visitDeclaration() argument 66 visitLoop(Visit visit, TIntermLoop *node) visitLoop() argument 67 visitBranch(Visit visit, TIntermBranch *node) visitBranch() argument 68 visitPreprocessorDirective(TIntermPreprocessorDirective *node) visitPreprocessorDirective() argument 322 TIntermBlock *node; global() member [all...] |
| H A D | IntermNode_util.cpp | 85 TIntermConstantUnion *node = new TIntermConstantUnion(u, constType); in CreateZeroNode() local 310 TIntermBlock *EnsureBlock(TIntermNode *node) in EnsureBlock() argument
|
| /third_party/vk-gl-cts/executor/ |
| H A D | xeBatchExecutor.cpp | 67 const TestNode* node = *iter; in computeExecuteSet() local 87 const TestNode* node = *iter; in computeBatchRequest() local 107 const TestNode* node = *iter; in removeExecuted() local 306 writeCaseListNode(std::ostream& str, const TestNode* node, const TestSet& testSet) writeCaseListNode() argument [all...] |
| H A D | xeTestCase.cpp | 261 TestNode* node = group->getChild(ndx); in addChildGroupsToMap() local 318 static void addNodeAndParents (std::set<const TestNode*>& nodeSet, const TestNode* node) in addNodeAndParents() argument 373 add(const TestNode* node) add() argument 396 remove(const TestNode* node) remove() argument [all...] |
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imstb_rectpack.h | 297 stbrp_node *node = first; in stbrp__skyline_find_min_y() local 355 stbrp_node **prev, *node, *tail, **best = NULL; stbrp__skyline_find_best_pos() local 457 stbrp_node *node, *cur; stbrp__skyline_pack_rectangle() local [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | xmlparser.cpp | 716 const UObject *node; in appendText() local 771 const UObject *node=(const UObject *)fChildren.elementAt(i); in getChild() local 789 const UObject *node; in nextChildElement() local 810 const UObject *node; getChildElement() local [all...] |
| /third_party/skia/src/pdf/ |
| H A D | SkPDFTag.cpp | 158 void SkPDFTagTree::Copy(SkPDF::StructureElementNode& node, in Copy() argument 183 init(SkPDF::StructureElementNode* node) init() argument 229 can_discard(SkPDFTagNode* node) can_discard() argument 250 PrepareTagTreeToEmit(SkPDFIndirectReference parent, SkPDFTagNode* node, SkPDFDocument* doc) PrepareTagTreeToEmit() argument [all...] |
| /third_party/skia/tests/ |
| H A D | IncrTopoSortTest.cpp | 226 void dfs(Node* node, int upperBound) { in dfs() argument 244 moveNodeInSort(sk_sp<Node> node, int index) moveNodeInSort() argument 253 stackContains(Node* node) stackContains() argument 270 sk_sp<Node> node = fNodes[index]; shift() local [all...] |
| /third_party/openssl/crypto/dso/ |
| H A D | dso_win32.c | 191 const char *node; member
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
| H A D | tinyxml.cpp | 149 TiXmlNode* node = firstChild; in ~TiXmlNode() local 171 TiXmlNode* node = firstChild; in Clear() local 222 TiXmlNode* node = addThis.Clone(); InsertEndChild() local 242 TiXmlNode* node = addThis.Clone(); InsertBeforeChild() local 275 TiXmlNode* node = addThis.Clone(); InsertAfterChild() local 312 TiXmlNode* node = withThis.Clone(); ReplaceChild() local 363 const TiXmlNode* node; FirstChild() local 375 const TiXmlNode* node; LastChild() local 415 const TiXmlNode* node; NextSibling() local 427 const TiXmlNode* node; PreviousSibling() local 441 TiXmlAttribute* node = attributeSet.Find( str ); RemoveAttribute() local 454 const TiXmlNode* node; FirstChildElement() local 469 const TiXmlNode* node; FirstChildElement() local 484 const TiXmlNode* node; NextSiblingElement() local 499 const TiXmlNode* node; NextSiblingElement() local 514 const TiXmlNode* node; GetDocument() local 570 TiXmlAttribute* node = attributeSet.First(); ClearThis() local 579 const TiXmlAttribute* node = attributeSet.Find( name ); Attribute() local 672 const TiXmlAttribute* node = attributeSet.Find( name ); QueryUnsignedAttribute() local 685 const TiXmlAttribute* node = attributeSet.Find( name ); QueryBoolAttribute() local 821 TiXmlNode* node; Print() local 868 TiXmlNode* node = 0; CopyTo() local [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | bytestriebuilder.cpp | 463 BytesTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { in writeValueAndType() argument
|
| H A D | ucharstriebuilder.cpp | 399 UCharsTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { in writeValueAndType() argument
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | ucharstrie.h | 495 static inline UStringTrieResult valueResult(int32_t node) { in valueResult() argument [all...] |
| /third_party/toybox/kconfig/lxdialog/ |
| H A D | dialog.h | 168 struct dialog_item node; member
|