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

/art/compiler/utils/x86/
H A Dassembler_x86.h114 int disp_size = sizeof(disp); local
115 memmove(&encoding_[length_], &disp, disp_size);
116 length_ += disp_size;
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h141 int disp_size = sizeof(disp); local
142 memmove(&encoding_[length_], &disp, disp_size);
143 length_ += disp_size;

Completed in 51 milliseconds