Searched refs:CommonCompilerTestImpl (Results 1 – 4 of 4) sorted by relevance
45 class EXPORT CommonCompilerTestImpl {50 CommonCompilerTestImpl();51 virtual ~CommonCompilerTestImpl();101 class CommonCompilerTestBase : public CommonCompilerTestImpl, public RuntimeBase {105 CommonCompilerTestImpl::SetUp(); in SetUp()109 CommonCompilerTestImpl::SetUpRuntimeOptionsImpl(); in SetUpRuntimeOptions()112 CommonCompilerTestImpl::TearDown(); in TearDown()
47 class CommonCompilerTestImpl::CodeAndMetadata {128 class CommonCompilerTestImpl::OneCompiledMethodStorage final : public CompiledCodeStorage {187 std::unique_ptr<CompilerOptions> CommonCompilerTestImpl::CreateCompilerOptions( in CreateCompilerOptions()198 CommonCompilerTestImpl::CommonCompilerTestImpl() {} in CommonCompilerTestImpl() function in art::CommonCompilerTestImpl199 CommonCompilerTestImpl::~CommonCompilerTestImpl() {} in ~CommonCompilerTestImpl()201 const void* CommonCompilerTestImpl::MakeExecutable(ArrayRef<const uint8_t> code, in MakeExecutable()209 void CommonCompilerTestImpl::SetUp() { in SetUp()224 void CommonCompilerTestImpl::ApplyInstructionSet() { in ApplyInstructionSet()238 void CommonCompilerTestImpl::OverrideInstructionSetFeatures(InstructionSet instruction_set, in OverrideInstructionSetFeatures()251 void CommonCompilerTestImpl::SetUpRuntimeOptionsImpl() { in SetUpRuntimeOptionsImpl()[all …]
503 friend class CommonCompilerTestImpl; variable
256 struct CodeHolder : CommonCompilerTestImpl { in Run()