Home
last modified time | relevance | path

Searched refs:code_start (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
110 CHECK(code_start != nullptr); in MakeExecutable()
112 uintptr_t data = reinterpret_cast<uintptr_t>(code_start); in MakeExecutable()
Dcommon_compiler_test.h50 static void MakeExecutable(const void* code_start, size_t code_length);