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

/art/compiler/
H A Dcommon_compiler_test.h41 class CommonCompilerTest : public CommonRuntimeTest { class in namespace:art
43 CommonCompilerTest();
44 ~CommonCompilerTest();
H A Dcommon_compiler_test.cc41 CommonCompilerTest::CommonCompilerTest() {} function in class:art::CommonCompilerTest
42 CommonCompilerTest::~CommonCompilerTest() {}
44 void CommonCompilerTest::MakeExecutable(ArtMethod* method) {
105 void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_length) {
118 void CommonCompilerTest::MakeExecutable(ObjPtr<mirror::ClassLoader> class_loader,
134 std::unordered_set<std::string>* CommonCompilerTest::GetImageClasses() {
141 std::unordered_set<std::string>* CommonCompilerTest::GetCompiledClasses() {
148 std::unordered_set<std::string>* CommonCompilerTest
[all...]

Completed in 46 milliseconds