Home
last modified time | relevance | path

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

/art/compiler/
Dcommon_compiler_test.cc92 void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_length) { in MakeExecutable() argument
94 CHECK_NE(code_length, 0U); in MakeExecutable()
97 uintptr_t limit = RoundUp(data + code_length, kPageSize); in MakeExecutable()
Dcommon_compiler_test.h53 static void MakeExecutable(const void* code_start, size_t code_length);