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

  /art/dexlayout/
dex_ir_builder.cc 114 CHECK_EQ(item->offset_, collections->MethodIdsOffset());
dex_writer.cc 552 collection.MethodIdsOffset()));
651 buffer[15] = collections.MethodIdsOffset();
dex_ir.cc 362 method_ids_.AddIndexedItem(method_id, MethodIdsOffset() + i * MethodId::ItemSize(), i);
    [all...]
dexlayout.cc 624 collections.MethodIdsOffset(), collections.MethodIdsOffset());
    [all...]
dex_ir.h 262 uint32_t MethodIdsOffset() const { return method_ids_.GetOffset(); }
    [all...]

Completed in 63 milliseconds