reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1109 for (i = start; i < num_instructions; i++) { 1109 for (i = start; i < num_instructions; i++) { 1109 for (i = start; i < num_instructions; i++) { 1110 if (m_instructions[i]->DoesBranch()) { 1111 if (ignore_calls && m_instructions[i]->IsCall()) 1113 next_branch = i; 1124 i = num_instructions - 1; 1127 while (i > start) { 1128 --i; 1134 target.ReadMemory(m_instructions[i]->GetAddress(), prefer_file_cache, 1144 next_branch = i + 1;