Home
last modified time | relevance | path

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

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