Home
last modified time | relevance | path

Searched refs:CurrentNode (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLTraits.cpp100 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/
Dmemory_tracker-inl.h88 CHECK(CurrentNode()); in TrackInlineFieldWithSize()
89 CurrentNode()->size_ -= size; in TrackInlineFieldWithSize()
104 graph_->AddEdge(CurrentNode(), it->second, edge_name); in TrackField()
148 if (CurrentNode() != nullptr && subtract_from_self) { in TrackField()
150 CurrentNode()->size_ -= sizeof(T); in TrackField()
181 CurrentNode()->size_ += sizeof(T); in TrackField()
226 graph_->AddEdge(CurrentNode(), graph_->V8Node(value), edge_name); in TrackField()
278 if (CurrentNode() != nullptr) { in Track()
279 graph_->AddEdge(CurrentNode(), it->second, edge_name); in Track()
285 CHECK_EQ(CurrentNode(), n); in Track()
[all …]
Dmemory_tracker.h263 inline MemoryRetainerNode* CurrentNode() const;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1391 CurrentNode = installNextBasicBlock(); in parseFunction()
1392 Func->setEntryNode(CurrentNode); in parseFunction()
1449 Ice::CfgNode *CurrentNode = nullptr; member in __anon34fe1afb0111::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 …]
DIceCfg.h227 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/
DWindowsResource.cpp882 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLTraits.h1533 HNode *CurrentNode = nullptr;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h1199 HNode *CurrentNode;
/third_party/chromium/patch/
D0001-cve.patch150860 + Node* CurrentNode() {
150877 + FrameState frame_state{current->CurrentNode()};