Home
last modified time | relevance | path

Searched refs:CommonCompilerTestImpl (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/compiler/
H A Dcommon_compiler_test.cc47 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::CommonCompilerTestImpl
209 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 …]
H A Dcommon_compiler_test.h45 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()
/aosp_15_r20/art/compiler/driver/
H A Dcompiler_options.h485 friend class CommonCompilerTestImpl; variable
/aosp_15_r20/art/compiler/optimizing/
H A Dcodegen_test_utils.h248 struct CodeHolder : CommonCompilerTestImpl { in Run()