Searched refs:m_instructions (Results 1 – 2 of 2) sorted by relevance
1001 InstructionList::InstructionList() : m_instructions() {} in InstructionList()1005 size_t InstructionList::GetSize() const { return m_instructions.size(); } in GetSize()1010 for (pos = m_instructions.begin(), end = m_instructions.end(); pos != end; in GetMaxOpcocdeByteSize()1021 if (idx < m_instructions.size()) in GetInstructionAtIndex()1022 inst_sp = m_instructions[idx]; in GetInstructionAtIndex()1049 for (begin = m_instructions.begin(), end = m_instructions.end(), pos = begin; in Dump()1059 void InstructionList::Clear() { m_instructions.clear(); } in Clear()1063 m_instructions.push_back(inst_sp); in Append()1070 size_t num_instructions = m_instructions.size(); in GetIndexOfNextBranchInstruction()1077 if (m_instructions[i]->DoesBranch()) { in GetIndexOfNextBranchInstruction()[all …]
350 collection m_instructions; variable