OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMipsAlignment
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
globals.h
53
const int
kMipsAlignment
= 8;
/art/compiler/
compiled_method.cc
59
return RoundUp(offset,
kMipsAlignment
);
/art/compiler/llvm/
llvm_compilation_unit.cc
330
CHECK_LE(align, static_cast<uint32_t>(
kMipsAlignment
));
Completed in 1124 milliseconds