Lines Matching refs:InlineStack
198 InlineCallStack InlineStack; in read() local
228 InlineStack.clear(); in read()
229 InlineStack.push_back(&FProfile); in read()
244 while (InlineStack.size() > Depth) { in read()
245 InlineStack.pop_back(); in read()
247 FunctionSamples &FSamples = InlineStack.back()->functionSamplesAt( in read()
251 InlineStack.push_back(&FSamples); in read()
253 while (InlineStack.size() > Depth) { in read()
254 InlineStack.pop_back(); in read()
256 FunctionSamples &FProfile = *InlineStack.back(); in read()
773 const InlineCallStack &InlineStack, bool Update, uint32_t Offset) { in readOneFunctionProfile() argument
775 if (InlineStack.size() == 0) in readOneFunctionProfile()
794 if (InlineStack.size() == 0) { in readOneFunctionProfile()
809 FunctionSamples *CallerProfile = InlineStack.front(); in readOneFunctionProfile()
838 NewStack.insert(NewStack.end(), InlineStack.begin(), InlineStack.end()); in readOneFunctionProfile()
886 NewStack.insert(NewStack.end(), InlineStack.begin(), InlineStack.end()); in readOneFunctionProfile()