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

/art/compiler/
H A Dcommon_compiler_test.cc44 void CommonCompilerTest::MakeExecutable(ArtMethod* method) { function in class:art::CommonCompilerTest
86 MakeExecutable(code_ptr, code.size());
89 LOG(INFO) << "MakeExecutable " << PrettyMethod(method) << " code=" << method_code;
98 void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_length) { function in class:art::CommonCompilerTest
111 void CommonCompilerTest::MakeExecutable(mirror::ClassLoader* class_loader, const char* class_name) { function in class:art::CommonCompilerTest
120 MakeExecutable(&m);
250 TimingLogger::ScopedTiming t2("MakeExecutable", &timings);
251 MakeExecutable(method);

Completed in 41 milliseconds