Searched refs:AllocateIndex (Results 1 – 2 of 2) sorted by relevance
79 auto new_index = dex_ir_->strings_indexes.AllocateIndex(); in GetAsciiString()107 auto new_index = dex_ir_->types_indexes.AllocateIndex(); in GetType()166 auto new_index = dex_ir_->protos_indexes.AllocateIndex(); in GetProto()195 auto new_index = dex_ir_->fields_indexes.AllocateIndex(); in GetFieldDecl()221 auto new_index = dex_ir_->methods_indexes.AllocateIndex(); in GetMethodDecl()
29 dex::u4 AllocateIndex() { in AllocateIndex() function