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

/art/compiler/
H A Dcommon_compiler_test.h39 class CommonCompilerTest : public CommonRuntimeTest { class in namespace:art
41 CommonCompilerTest();
42 ~CommonCompilerTest();
H A Dcommon_compiler_test.cc142 CommonCompilerTest::CommonCompilerTest() {} function in class:art::CommonCompilerTest
143 CommonCompilerTest::~CommonCompilerTest() {}
145 OatFile::OatMethod CommonCompilerTest::CreateOatMethod(const void* code) {
153 void CommonCompilerTest::MakeExecutable(mirror::ArtMethod* method) {
245 void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_length) {
267 void CommonCompilerTest::MakeExecutable(mirror::ClassLoader* class_loader, const char* class_name) {
282 void CommonCompilerTest::SetUp() {
326 void CommonCompilerTest
[all...]

Completed in 48 milliseconds