Searched refs:decoded_thread (Results 1 – 1 of 1) sorted by relevance
86 const DecodedThread *decoded_thread = Decode(thread); in GetCursorPosition() local87 if (!decoded_thread) in GetCursorPosition()89 return decoded_thread->GetCursorPosition(); in GetCursorPosition()96 const DecodedThread *decoded_thread = Decode(thread); in TraverseInstructions() local97 if (!decoded_thread) in TraverseInstructions()100 ArrayRef<IntelPTInstruction> instructions = decoded_thread->GetInstructions(); in TraverseInstructions()110 if (const DecodedThread *decoded_thread = Decode(thread)) in GetInstructionCount() local111 return decoded_thread->GetInstructions().size(); in GetInstructionCount()