Searched defs:thumb_offset (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/
H A Doat_writer.cc360 uint32_t thumb_offset = compiled_method->CodeDelta(); local
361 quick_code_offset = offset_ + sizeof(OatQuickMethodHeader) + thumb_offset;
383 uint32_t code_offset = quick_code_offset - thumb_offset;

Completed in 73 milliseconds