Searched defs:oat_class_index (Results 1 – 1 of 1) sorted by relevance
/art/compiler/ |
D | oat_writer.cc | 211 size_t oat_class_index = 0; in InitOatCodeDexFiles() local 221 size_t& oat_class_index, in InitOatCodeDexFile() 234 size_t oat_class_index, size_t class_def_index, in InitOatCodeClassDef() 274 size_t OatWriter::InitOatCodeMethod(size_t offset, size_t oat_class_index, in InitOatCodeMethod() 585 size_t oat_class_index = 0; in WriteCodeDexFiles() local 599 size_t relative_offset, size_t& oat_class_index, in WriteCodeDexFile() 622 size_t oat_class_index, in WriteCodeClassDef() 664 size_t relative_offset, size_t oat_class_index, in WriteCodeMethod()
|