diff options
Diffstat (limited to 'src/compiler/Frontend.cc')
-rw-r--r-- | src/compiler/Frontend.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compiler/Frontend.cc b/src/compiler/Frontend.cc index 9e4b85787c..ba8d0d8fa9 100644 --- a/src/compiler/Frontend.cc +++ b/src/compiler/Frontend.cc @@ -768,6 +768,10 @@ CompiledMethod* oatCompileMethod(Compiler& compiler, || (PrettyMethod(method_idx, dex_file).find("math_013") != std::string::npos) || (PrettyMethod(method_idx, dex_file).find("math_014") != std::string::npos) || (PrettyMethod(method_idx, dex_file).find("float_017") != std::string::npos) + || (PrettyMethod(method_idx, dex_file).find("array_028") != std::string::npos) + || (PrettyMethod(method_idx, dex_file).find("writeArray") != std::string::npos) + || (PrettyMethod(method_idx, dex_file).find("writeTest") != std::string::npos) + || (PrettyMethod(method_idx, dex_file).find("copyTest") != std::string::npos) ) { cUnit->genBitcode = true; } |