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 41 CommonCompilerTest::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::GetCompiledMethods()
    [all...]

Completed in 68 milliseconds