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 42 class CommonCompilerTest : public CommonRuntimeTest {
44 CommonCompilerTest();
45 ~CommonCompilerTest();
common_compiler_test.cc 41 CommonCompilerTest::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::GetCompiledMethods()
    [all...]

Completed in 40 milliseconds