Searched refs:CurrentNode (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | YAMLTraits.cpp | 100 CurrentNode = TopNode.get(); in setCurrentDocument() 111 return CurrentNode ? CurrentNode->_node : nullptr; in getCurrentNode() 117 if (!CurrentNode) in mapTag() 120 std::string foundTag = CurrentNode->_node->getVerbatimTag(); in mapTag() 133 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode); in beginMapping() 140 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in keys() 143 setError(CurrentNode, "not a mapping"); in keys() 159 if (!CurrentNode) { in preflightKey() 165 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in preflightKey() 167 if (Required || !isa<EmptyHNode>(CurrentNode)) in preflightKey() [all …]
|
/third_party/node/src/ |
D | memory_tracker-inl.h | 94 CHECK(CurrentNode()); in TrackInlineFieldWithSize() 95 CurrentNode()->size_ -= size; in TrackInlineFieldWithSize() 110 graph_->AddEdge(CurrentNode(), it->second, edge_name); in TrackField() 154 if (CurrentNode() != nullptr && subtract_from_self) { in TrackField() 156 CurrentNode()->size_ -= sizeof(T); in TrackField() 187 CurrentNode()->size_ += sizeof(T); in TrackField() 232 graph_->AddEdge(CurrentNode(), graph_->V8Node(value), edge_name); in TrackField() 284 if (CurrentNode() != nullptr) { in Track() 285 graph_->AddEdge(CurrentNode(), it->second, edge_name); in Track() 291 CHECK_EQ(CurrentNode(), n); in Track() [all …]
|
D | memory_tracker.h | 266 inline MemoryRetainerNode* CurrentNode() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 1391 CurrentNode = installNextBasicBlock(); in parseFunction() 1392 Func->setEntryNode(CurrentNode); in parseFunction() 1449 Ice::CfgNode *CurrentNode = nullptr; member in __anon5d1e3f9d0111::FunctionParser 2091 CurrentNode->appendInst(Ice::InstAssign::create(Func.get(), Var, Var)); in appendErrorInstruction() 2128 CurrentNode->appendInst(Ice::InstUnreachable::create(Func.get())); in ExitBlock() 2172 CurrentNode = getBasicBlock(CurrentBbIndex); in ProcessRecord() 2237 CurrentNode->appendInst(Ice::InstArithmetic::create( in ProcessRecord() 2252 CurrentNode->appendInst(Ice::InstCast::create( in ProcessRecord() 2296 CurrentNode->appendInst(Ice::InstSelect::create( in ProcessRecord() 2318 CurrentNode->appendInst(Ice::InstExtractElement::create( in ProcessRecord() [all …]
|
D | IceCfg.h | 227 void setCurrentNode(const CfgNode *Node) { CurrentNode = Node; } in setCurrentNode() 229 const CfgNode *getCurrentNode() const { return CurrentNode; } in getCurrentNode() 330 const CfgNode *CurrentNode = nullptr; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WindowsResource.cpp | 882 auto CurrentNode = Queue.front(); in writeDirectoryTree() local 886 Table->Characteristics = CurrentNode->getCharacteristics(); in writeDirectoryTree() 888 Table->MajorVersion = CurrentNode->getMajorVersion(); in writeDirectoryTree() 889 Table->MinorVersion = CurrentNode->getMinorVersion(); in writeDirectoryTree() 890 auto &IDChildren = CurrentNode->getIDChildren(); in writeDirectoryTree() 891 auto &StringChildren = CurrentNode->getStringChildren(); in writeDirectoryTree()
|
/third_party/node/deps/v8/src/compiler/ |
D | escape-analysis.cc | 232 Node* CurrentNode() { in CurrentNode() function in v8::internal::compiler::EscapeAnalysisTracker::Scope 818 FrameState frame_state{current->CurrentNode()}; in ReduceNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 1533 HNode *CurrentNode = nullptr;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLTraits.h | 1199 HNode *CurrentNode;
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 150860 + Node* CurrentNode() { 150877 + FrameState frame_state{current->CurrentNode()};
|