Home
last modified time | relevance | path

Searched refs:first_index (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Doat_writer.cc2084 bool first_index = true; in CalculateNumberOfIndexBssMappingEntries() local
2087 if (first_index || !encoder.TryMerge(index, bss_offset)) { in CalculateNumberOfIndexBssMappingEntries()
2090 first_index = false; in CalculateNumberOfIndexBssMappingEntries()
2938 bool first_index = true; in WriteIndexBssMapping() local
2941 if (first_index) { in WriteIndexBssMapping()
2942 first_index = false; in WriteIndexBssMapping()
/art/runtime/verifier/
Dmethod_verifier.cc3428 uint32_t first_index = GetFirstFinalInstanceFieldIndex(*dex_file_, in CodeFlowVerifyInstruction() local
3430 if (first_index != dex::kDexNoIndex) { in CodeFlowVerifyInstruction()
3432 << first_index; in CodeFlowVerifyInstruction()