Searched refs:CommonCompilerTestImpl (Results 1 – 4 of 4) sorted by relevance
49 class CommonCompilerTestImpl::CodeAndMetadata {138 CommonCompilerTestImpl::CommonCompilerTestImpl() {} in CommonCompilerTestImpl() function in art::CommonCompilerTestImpl139 CommonCompilerTestImpl::~CommonCompilerTestImpl() {} in ~CommonCompilerTestImpl()149 void CommonCompilerTestImpl::MakeExecutable(ArtMethod* method, in MakeExecutable()168 void CommonCompilerTestImpl::SetUp() { in SetUp()183 void CommonCompilerTestImpl::ApplyInstructionSet() { in ApplyInstructionSet()210 void CommonCompilerTestImpl::SetUpRuntimeOptionsImpl() { in SetUpRuntimeOptionsImpl()217 Compiler::Kind CommonCompilerTestImpl::GetCompilerKind() const { in GetCompilerKind()225 void CommonCompilerTestImpl::TearDown() { in TearDown()231 void CommonCompilerTestImpl::CompileMethod(ArtMethod* method) { in CompileMethod()[all …]
45 class CommonCompilerTestImpl {50 CommonCompilerTestImpl();51 virtual ~CommonCompilerTestImpl();111 class CommonCompilerTestBase : public CommonCompilerTestImpl, public RuntimeBase {115 CommonCompilerTestImpl::SetUp(); in SetUp()119 CommonCompilerTestImpl::SetUpRuntimeOptionsImpl(); in SetUpRuntimeOptions()122 CommonCompilerTestImpl::TearDown(); in TearDown()
495 friend class CommonCompilerTestImpl; variable
251 struct CodeHolder : CommonCompilerTestImpl { in Run()