HomeSort by relevance Sort by last modified time
    Searched refs:MethodIdsSize (Results 1 - 5 of 5) sorted by null

  /art/dexlayout/
dex_ir_builder.cc 113 CHECK_EQ(item->size_, collections->MethodIdsSize());
dex_writer.cc 550 if (collection.MethodIdsSize() != 0) {
551 queue.push(MapItemContainer(DexFile::kDexTypeMethodIdItem, collection.MethodIdsSize(),
650 buffer[14] = collections.MethodIdsSize();
dex_ir.cc 157 if (index < collections.MethodIdsSize()) {
    [all...]
dexlayout.cc 433 if (index < header->GetCollections().MethodIdsSize()) {
466 if (index < header->GetCollections().MethodIdsSize()) {
622 fprintf(out_file_, "method_ids_size : %d\n", collections.MethodIdsSize());
    [all...]
dex_ir.h 235 CHECK_LT(index, MethodIdsSize());
308 uint32_t MethodIdsSize() const { return method_ids_.Size(); }
    [all...]

Completed in 72 milliseconds