Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddex_ir_builder.cc79 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()
/tools/dexter/slicer/export/slicer/
Dindex_map.h29 dex::u4 AllocateIndex() { in AllocateIndex() function