Home
last modified time | relevance | path

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/
H A DYAMLTraits.cpp100 CurrentNode = TopNode.get(); in setCurrentDocument()
111 return CurrentNode ? CurrentNode->_node : nullptr; in getCurrentNode()
115 // CurrentNode can be null if setCurrentDocument() was unable to in mapTag()
117 if (!CurrentNode) in mapTag()
120 std::string foundTag = CurrentNode->_node->getVerbatimTag(); in mapTag()
132 // CurrentNode can be null if the document is empty. in beginMapping()
133 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode); in beginMapping()
140 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in keys()
143 setError(CurrentNode, "no in keys()
[all...]
/third_party/node/src/
H A Dmemory_tracker-inl.h95 CHECK(CurrentNode()); in TrackInlineFieldWithSize()
96 CurrentNode()->size_ -= size; in TrackInlineFieldWithSize()
111 graph_->AddEdge(CurrentNode(), it->second, edge_name); in TrackField()
155 if (CurrentNode() != nullptr && subtract_from_self) { in TrackField()
157 CurrentNode()->size_ -= sizeof(T); in TrackField()
188 CurrentNode()->size_ += sizeof(T); in TrackField()
233 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(), in Track()
297 MemoryRetainerNode* MemoryTracker::CurrentNode() const { CurrentNode() function in node::MemoryTracker
[all...]
H A Dmemory_tracker.h268 inline MemoryRetainerNode* CurrentNode() const;
/third_party/lame/ACM/
H A DAEncodeProperties.cpp778 TiXmlElement* CurrentNode = node->FirstChildElement("encodings");
782 if (CurrentNode->Attribute("default") != NULL)
784 CurrentConfig = *CurrentNode->Attribute("default");
798 GetValuesFromKey(CurrentConfig, *CurrentNode);
1275 TiXmlElement* CurrentNode = node->FirstChildElement("encodings");
1277 if (CurrentNode != NULL)
1279 CurrentNode->SetAttribute("default",the_string);
1280 GetValuesFromKey(the_string, *CurrentNode);
1803 TiXmlElement* CurrentNode = node->FirstChildElement("encodings");
1805 if (CurrentNode
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp1391 CurrentNode = installNextBasicBlock(); in parseFunction()
1392 Func->setEntryNode(CurrentNode); in parseFunction()
1449 Ice::CfgNode *CurrentNode = nullptr; member in __anon25529::final
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 in ProcessRecord()
[all...]
H A DIceCfg.h223 /// \name Manage the CurrentNode field.
224 /// CurrentNode is used for validating the Variable::DefNode field during
227 void setCurrentNode(const CfgNode *Node) { CurrentNode = Node; } in setCurrentNode()
229 const CfgNode *getCurrentNode() const { return CurrentNode; } in getCurrentNode()
326 /// CurrentNode is maintained during dumping/emitting just for validating
330 const CfgNode *CurrentNode = nullptr; member in Ice::Cfg
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A 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/node/deps/v8/src/compiler/
H A Descape-analysis.cc232 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/
H A DYAMLTraits.h1533 HNode *CurrentNode = nullptr; in needsQuotes() member in llvm::Input
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLTraits.h1199 HNode *CurrentNode; member in llvm::yaml::Input

Completed in 19 milliseconds