Searched defs:disp_size (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/x86/
H A Dassembler_x86.h111 int disp_size = sizeof(disp); local
112 memmove(&encoding_[length_], &disp, disp_size);
113 length_ += disp_size;
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h139 int disp_size = sizeof(disp); local
140 memmove(&encoding_[length_], &disp, disp_size);
141 length_ += disp_size;

Completed in 480 milliseconds