diff options
Diffstat (limited to 'src/compiler/frontend.h')
| -rw-r--r-- | src/compiler/frontend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/frontend.h b/src/compiler/frontend.h index fb32cdd31a..9cf3080ef0 100644 --- a/src/compiler/frontend.h +++ b/src/compiler/frontend.h @@ -145,6 +145,7 @@ extern "C" art::CompiledMethod* ArtCompileMethod(art::Compiler& compiler, const art::DexFile::CodeItem* code_item, uint32_t access_flags, art::InvokeType invoke_type, + uint32_t class_dex_idx, uint32_t method_idx, jobject class_loader, const art::DexFile& dex_file); |