Searched refs:CommonCompilerTestImpl (Results 1 – 4 of 4) sorted by relevance
47 class CommonCompilerTestImpl::CodeAndMetadata {129 class CommonCompilerTestImpl::OneCompiledMethodStorage final : public CompiledCodeStorage {188 std::unique_ptr<CompilerOptions> CommonCompilerTestImpl::CreateCompilerOptions( in CreateCompilerOptions()208 CommonCompilerTestImpl::CommonCompilerTestImpl() {} in CommonCompilerTestImpl() function in art::CommonCompilerTestImpl209 CommonCompilerTestImpl::~CommonCompilerTestImpl() {} in ~CommonCompilerTestImpl()211 const void* CommonCompilerTestImpl::MakeExecutable(ArrayRef<const uint8_t> code, in MakeExecutable()219 void CommonCompilerTestImpl::SetUp() { in SetUp()234 void CommonCompilerTestImpl::ApplyInstructionSet() { in ApplyInstructionSet()248 void CommonCompilerTestImpl::OverrideInstructionSetFeatures(InstructionSet instruction_set, in OverrideInstructionSetFeatures()261 void CommonCompilerTestImpl::SetUpRuntimeOptionsImpl() { in SetUpRuntimeOptionsImpl()[all …]
45 class EXPORT CommonCompilerTestImpl {54 CommonCompilerTestImpl();55 virtual ~CommonCompilerTestImpl();101 class CommonCompilerTestBase : public CommonCompilerTestImpl, public RuntimeBase {105 CommonCompilerTestImpl::SetUp(); in SetUp()109 CommonCompilerTestImpl::SetUpRuntimeOptionsImpl(); in SetUpRuntimeOptions()112 CommonCompilerTestImpl::TearDown(); in TearDown()
485 friend class CommonCompilerTestImpl; variable
248 struct CodeHolder : CommonCompilerTestImpl { in Run()