Searched defs:num_instructions (Results 1 – 6 of 6) sorted by relevance
76 size_t num_instructions = GetSize(); in GetInstructionsCount() local 144 size_t num_instructions = GetSize(); in GetDescription() local
51 uint32_t num_instructions = 0; variable
37 size_t num_instructions, in HTRBlockMetadata()
146 uint32_t num_instructions, bool data_from_file) { in DisassembleBytes()1036 size_t num_instructions = m_instructions.size(); in GetIndexOfNextBranchInstruction() local1059 size_t num_instructions = m_instructions.size(); in GetIndexOfInstructionAtAddress() local
102 const size_t num_instructions = inst_list.GetSize(); in GetNonCallSiteUnwindPlanFromAssembly() local
1588 DecodeInstructions(const Address & base_addr,const DataExtractor & data,lldb::offset_t data_offset,size_t num_instructions,bool append,bool data_from_file) DecodeInstructions() argument