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

  /art/compiler/linker/
relative_patcher_test.h 100 uint32_t aligned_code_offset = local
102 return aligned_code_offset - unaligned_code_offset;
  /art/compiler/
oat_writer.cc 97 uint32_t aligned_code_offset = compiled_method.AlignCode(unaligned_code_offset); local
98 return aligned_code_offset - unaligned_code_offset;
    [all...]

Completed in 48 milliseconds