Lines Matching refs:InlineStack
156 InlineCallStack InlineStack; in read() local
185 InlineStack.clear(); in read()
186 InlineStack.push_back(&FProfile); in read()
201 while (InlineStack.size() > Depth) { in read()
202 InlineStack.pop_back(); in read()
204 FunctionSamples &FSamples = InlineStack.back()->functionSamplesAt( in read()
207 InlineStack.push_back(&FSamples); in read()
209 while (InlineStack.size() > Depth) { in read()
210 InlineStack.pop_back(); in read()
212 FunctionSamples &FProfile = *InlineStack.back(); in read()
525 const InlineCallStack &InlineStack, bool Update, uint32_t Offset) { in readOneFunctionProfile() argument
527 if (InlineStack.size() == 0) in readOneFunctionProfile()
546 if (InlineStack.size() == 0) { in readOneFunctionProfile()
561 FunctionSamples *CallerProfile = InlineStack.front(); in readOneFunctionProfile()
589 NewStack.insert(NewStack.end(), InlineStack.begin(), InlineStack.end()); in readOneFunctionProfile()
639 NewStack.insert(NewStack.end(), InlineStack.begin(), InlineStack.end()); in readOneFunctionProfile()