OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disp_size
(Results
1 - 2
of
2
) sorted by null
/art/compiler/utils/mips/
assembler_mips.h
96
int
disp_size
= sizeof(disp);
97
memmove(&encoding_[length_], &disp,
disp_size
);
98
length_ +=
disp_size
;
/art/compiler/utils/x86/
assembler_x86.h
112
int
disp_size
= sizeof(disp);
local
113
memmove(&encoding_[length_], &disp,
disp_size
);
114
length_ +=
disp_size
;
Completed in 324 milliseconds