Searched refs:VisitAllInstructions (Results 1 – 7 of 7) sorted by relevance
87 void VisitAllInstructions(const InstVisitor visitor) const;
88 graph_.VisitAllInstructions([&](const Inst &inst) { in GetReturnInstList()
278 graph.VisitAllInstructions([&has_new_lexenv](const Inst &inst) { in GetStLexInstByLdLexInst()296 graph.VisitAllInstructions([ld_slot_id, &st_lex_inst](const Inst &inst) { in GetStLexInstByLdLexInst()326 graph.VisitAllInstructions([ld_str_id, &st_global_inst](const Inst &inst) { in GetStGlobalInstByLdGlobalInst()507 graph.VisitAllInstructions([&](const Inst &inst) { in ExtractClassAndFunctionInfo()550 graph.VisitAllInstructions([&](const Inst &inst) { in ExtractClassInheritInfo()596 graph.VisitAllInstructions([&](const Inst &inst) { in ExtractFunctionCalleeInfo()727 graph.VisitAllInstructions([&](const Inst &inst) { in ExtractClassAndFunctionExportList()
195 void Graph::VisitAllInstructions(const InstVisitor visitor) const in VisitAllInstructions() function in panda::defect_scan_aux::Graph
142 void Graph::VisitAllInstructions(Callback callback) in VisitAllInstructions() function in panda::compiler::Graph532 VisitAllInstructions([this](Inst *inst) { in InitDefaultLocations()
268 void VisitAllInstructions(Callback callback);
484 graph.VisitAllInstructions([&inst_cnt_table](const Inst &inst) { in main()