Searched refs:code_end (Results 1 – 2 of 2) sorted by relevance
/art/compiler/debug/ | ||
D | elf_compilation_unit.h | 32 uint64_t code_end = 0; member |
D | elf_debug_writer.cc | 61 cu.code_end = std::max(cu.code_end, mi.code_address + mi.code_size); in WriteDebugInfo() |