Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc2102 bool first_index = true; in CalculateNumberOfIndexBssMappingEntries() local
2105 if (first_index || !encoder.TryMerge(index, bss_offset)) { in CalculateNumberOfIndexBssMappingEntries()
2108 first_index = false; in CalculateNumberOfIndexBssMappingEntries()
2893 bool first_index = true; in WriteIndexBssMapping() local
2896 if (first_index) { in WriteIndexBssMapping()
2897 first_index = false; in WriteIndexBssMapping()
/art/runtime/verifier/
Dmethod_verifier.cc3436 uint32_t first_index = GetFirstFinalInstanceFieldIndex(*dex_file_, in CodeFlowVerifyInstruction() local
3438 if (first_index != dex::kDexNoIndex) { in CodeFlowVerifyInstruction()
3440 << first_index; in CodeFlowVerifyInstruction()