Lines Matching defs:ProbeContext
133 ProbeFrameStack ProbeContext;
135 trackInlineesOptimizedAway(ProbeDecoder, Child, ProbeContext);
141 ProbeFrameStack &ProbeContext) {
144 ProbeContext.emplace_back(FuncName, 0);
146 // This ProbeContext has a probe, so it has code before inlining and
150 for (auto &ProbeFrame : reverse(ProbeContext)) {
164 ProbeContext.back().second = std::get<1>(Location);
165 trackInlineesOptimizedAway(ProbeDecoder, ChildNode, ProbeContext);
168 ProbeContext.pop_back();
982 BinarySizeContextTracker::ProbeFrameStack ProbeContext;
984 ProbeContext);