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

  /external/lldb/source/Plugins/Process/elf-core/
ProcessElfCore.cpp 368 AlignToNext(uint32_t value, int alignment_bytes)
370 return (value + alignment_bytes - 1) & ~(alignment_bytes - 1);
  /art/oatdump/
oatdump.cc 1105 size_t alignment_bytes = RoundUp(header_bytes, kObjectAlignment) - header_bytes; local
1238 size_t alignment_bytes = RoundUp(object_bytes, kObjectAlignment) - object_bytes; local
1400 size_t alignment_bytes; member in struct:art::ImageDumper::Stats
    [all...]

Completed in 102 milliseconds