Lines Matching refs:InlineStack
153 InlineCallStack InlineStack; in read() local
183 InlineStack.clear(); in read()
184 InlineStack.push_back(&FProfile); in read()
199 while (InlineStack.size() > Depth) { in read()
200 InlineStack.pop_back(); in read()
202 FunctionSamples &FSamples = InlineStack.back()->functionSamplesAt( in read()
206 InlineStack.push_back(&FSamples); in read()
208 while (InlineStack.size() > Depth) { in read()
209 InlineStack.pop_back(); in read()
211 FunctionSamples &FProfile = *InlineStack.back(); in read()
588 const InlineCallStack &InlineStack, bool Update, uint32_t Offset) { in readOneFunctionProfile() argument
590 if (InlineStack.size() == 0) in readOneFunctionProfile()
609 if (InlineStack.size() == 0) { in readOneFunctionProfile()
624 FunctionSamples *CallerProfile = InlineStack.front(); in readOneFunctionProfile()
653 NewStack.insert(NewStack.end(), InlineStack.begin(), InlineStack.end()); in readOneFunctionProfile()
703 NewStack.insert(NewStack.end(), InlineStack.begin(), InlineStack.end()); in readOneFunctionProfile()