Lines Matching defs:CommonCompilerTest
142 CommonCompilerTest::CommonCompilerTest() {}
143 CommonCompilerTest::~CommonCompilerTest() {}
145 OatFile::OatMethod CommonCompilerTest::CreateOatMethod(const void* code) {
153 void CommonCompilerTest::MakeExecutable(mirror::ArtMethod* method) {
245 void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_length) {
267 void CommonCompilerTest::MakeExecutable(mirror::ClassLoader* class_loader, const char* class_name) {
282 void CommonCompilerTest::SetUp() {
326 void CommonCompilerTest::SetUpRuntimeOptions(RuntimeOptions* options) {
337 void CommonCompilerTest::TearDown() {
348 void CommonCompilerTest::CompileClass(mirror::ClassLoader* class_loader, const char* class_name) {
363 void CommonCompilerTest::CompileMethod(mirror::ArtMethod* method) {
372 void CommonCompilerTest::CompileDirectMethod(Handle<mirror::ClassLoader> class_loader,
385 void CommonCompilerTest::CompileVirtualMethod(Handle<mirror::ClassLoader> class_loader, const char* class_name,
398 void CommonCompilerTest::ReserveImageSpace() {
412 void CommonCompilerTest::UnreserveImageSpace() {