Searched refs:first_index (Results 1 – 2 of 2) sorted by relevance
2102 bool first_index = true; in CalculateNumberOfIndexBssMappingEntries() local2105 if (first_index || !encoder.TryMerge(index, bss_offset)) { in CalculateNumberOfIndexBssMappingEntries()2108 first_index = false; in CalculateNumberOfIndexBssMappingEntries()2893 bool first_index = true; in WriteIndexBssMapping() local2896 if (first_index) { in WriteIndexBssMapping()2897 first_index = false; in WriteIndexBssMapping()
3436 uint32_t first_index = GetFirstFinalInstanceFieldIndex(*dex_file_, in CodeFlowVerifyInstruction() local3438 if (first_index != dex::kDexNoIndex) { in CodeFlowVerifyInstruction()3440 << first_index; in CodeFlowVerifyInstruction()