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

  /art/runtime/
intern_table.cc 297 const ImageSection& intern_section = image_space->GetImageHeader().GetImageSection( local
300 const uint8_t* ptr = image_space->Begin() + intern_section.Offset();
302 CHECK_LE(offset, intern_section.Size());
  /art/oatdump/
oatdump.cc 1560 const auto& intern_section = image_header_.GetImageSection( local
    [all...]

Completed in 100 milliseconds