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

/art/compiler/
H A Dcommon_compiler_test.h42 class CommonCompilerTest : public CommonRuntimeTest { class in namespace:art
44 CommonCompilerTest();
45 ~CommonCompilerTest();
H A Dcommon_compiler_test.cc41 CommonCompilerTest::CommonCompilerTest() {} function in class:art::CommonCompilerTest
42 CommonCompilerTest::~CommonCompilerTest() {}
44 void CommonCompilerTest::MakeExecutable(ArtMethod* method) {
98 void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_length) {
111 void CommonCompilerTest::MakeExecutable(mirror::ClassLoader* class_loader, const char* class_name) {
126 std::unordered_set<std::string>* CommonCompilerTest::GetImageClasses() {
133 std::unordered_set<std::string>* CommonCompilerTest::GetCompiledClasses() {
140 std::unordered_set<std::string>* CommonCompilerTest
[all...]

Completed in 4 milliseconds