Home
last modified time | relevance | path

Searched refs:max_padding (Results 1 – 1 of 1) sorted by relevance

/art/compiler/
Dcommon_compiler_test.cc74 const size_t max_padding = GetInstructionSetAlignment(compiled_method->GetInstructionSet()); in MakeExecutable() local
76 chunk->reserve(size + max_padding); in MakeExecutable()