Home | History | Annotate | Download | only in compiler

Lines Matching defs:CommonCompilerTest

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() {
146 ProfileCompilationInfo* CommonCompilerTest::GetProfileCompilationInfo() {
151 void CommonCompilerTest::SetUp() {
173 void CommonCompilerTest::CreateCompilerDriver(Compiler::Kind kind,
197 void CommonCompilerTest::SetUpRuntimeOptions(RuntimeOptions* options) {
208 Compiler::Kind CommonCompilerTest::GetCompilerKind() const {
212 void CommonCompilerTest::SetCompilerKind(Compiler::Kind compiler_kind) {
216 InstructionSet CommonCompilerTest::GetInstructionSet() const {
221 void CommonCompilerTest::TearDown() {
232 void CommonCompilerTest::CompileClass(mirror::ClassLoader* class_loader, const char* class_name) {
245 void CommonCompilerTest::CompileMethod(ArtMethod* method) {
254 void CommonCompilerTest::CompileDirectMethod(Handle<mirror::ClassLoader> class_loader,
268 void CommonCompilerTest::CompileVirtualMethod(Handle<mirror::ClassLoader> class_loader,
282 void CommonCompilerTest::ReserveImageSpace() {
297 void CommonCompilerTest::UnreserveImageSpace() {