HomeSort by relevance Sort by last modified time
    Searched defs:CommonCompilerTest (Results 1 - 2 of 2) sorted by null

  /art/compiler/
common_compiler_test.h 41 class CommonCompilerTest : public CommonRuntimeTest {
43 CommonCompilerTest();
44 ~CommonCompilerTest();
common_compiler_test.cc 42 CommonCompilerTest::CommonCompilerTest() {}
43 CommonCompilerTest::~CommonCompilerTest() {}
45 void CommonCompilerTest::MakeExecutable(ArtMethod* method) {
106 void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_length) {
119 void CommonCompilerTest::MakeExecutable(ObjPtr<mirror::ClassLoader> class_loader,
135 std::unordered_set<std::string>* CommonCompilerTest::GetImageClasses() {
142 std::unordered_set<std::string>* CommonCompilerTest::GetCompiledClasses() {
149 std::unordered_set<std::string>* CommonCompilerTest::GetCompiledMethods()
    [all...]

Completed in 130 milliseconds