Home
last modified time | relevance | path

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

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