Searched refs:new_index (Results 1 – 1 of 1) sorted by relevance
217 ::dex::u4 const new_index = dex_file_->strings_indexes.AllocateIndex(); in GetOrAddString()218 dex_file_->strings_map[new_index] = entry; in GetOrAddString()219 entry->orig_index = new_index; in GetOrAddString()674 auto new_index = dex_file_->methods_indexes.AllocateIndex(); in GetOrDeclareMethod() local675 auto& ir_node = dex_file_->methods_map[new_index]; in GetOrDeclareMethod()678 decl->orig_index = decl->index = new_index; in GetOrDeclareMethod()