Searched refs:FuncGraphJTotalComputer (Results 1 – 2 of 2) sorted by relevance
262 class FuncGraphJTotalComputer final : public DepComputer {264 explicit FuncGraphJTotalComputer(const FuncGraphManager *m) : DepComputer(m) {} in FuncGraphJTotalComputer() function265 ~FuncGraphJTotalComputer() override = default;372 std::shared_ptr<FuncGraphJTotalComputer> j_total_;
227 j_total_ = std::make_shared<FuncGraphJTotalComputer>(this); in Reset()1058 bool FuncGraphJTotalComputer::SeekJ(const FuncGraphPtr &fg, size_t seen_num) { in SeekJ()1119 void FuncGraphJTotalComputer::RealRecompute(FuncGraphPtr fg) { in RealRecompute()