Searched defs:method_code (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Dcommon_compiler_test.cc96 const void* method_code = CompiledMethod::CodePointer(code_ptr, local
98 LOG(INFO) << "MakeExecutable " << method->PrettyMethod() << " code=" << method_code;
99 method->SetEntryPointFromQuickCompiledCode(method_code);

Completed in 58 milliseconds