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

  /art/oatdump/
oatdump.cc 472 uint32_t oat_method_offsets_offset = oat_class.GetOatMethodOffsetsOffset(class_method_index); local
480 *indent1_os << StringPrintf("(offset=0x%08x)\n", oat_method_offsets_offset);
481 if (oat_method_offsets_offset > oat_file_.Size()) {
484 oat_method_offsets_offset, oat_file_.Size());
    [all...]
  /art/compiler/
oat_writer.cc 349 size_t oat_method_offsets_offset = local
352 oat_method_offsets_offset + OFFSETOF_MEMBER(OatMethodOffsets, code_offset_));
    [all...]

Completed in 70 milliseconds