Home
last modified time | relevance | path

Searched defs:aligned_code_delta (Results 1 – 5 of 5) sorted by relevance

/art/compiler/linker/
Drelative_patcher_test.h110 uint32_t aligned_code_delta = aligned_offset - offset; in Link() local
140 uint32_t aligned_code_delta = aligned_offset - offset; in Link() local
Drelative_patcher.cc103 bool RelativePatcher::WriteCodeAlignment(OutputStream* out, uint32_t aligned_code_delta) { in WriteCodeAlignment()
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc61 uint32_t aligned_code_delta = aligned_offset - offset; in WriteThunks() local
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc129 uint32_t aligned_code_delta = aligned_offset - offset; in WriteThunks() local
/art/compiler/
Doat_writer.cc1014 uint32_t aligned_code_delta = aligned_offset - offset_; in VisitMethod() local
2224 bool OatWriter::WriteCodeAlignment(OutputStream* out, uint32_t aligned_code_delta) { in WriteCodeAlignment()