diff options
| author | 2013-09-23 18:58:35 -0700 | |
|---|---|---|
| committer | 2013-09-23 18:58:35 -0700 | |
| commit | c493433edf6b686ac367fb910774e8f5b877decd (patch) | |
| tree | 0f4afa0d8982c4d31b6f352b394aec7e159e7079 /compiler/dex/frontend.h | |
| parent | 8ae693027ae56ed19dc5f2e81e9a3a4a37988754 (diff) | |
| parent | ee39a10e45a6a0880e8b829525c40d6055818560 (diff) | |
am ee39a10e: Use class def index from java.lang.Class.
* commit 'ee39a10e45a6a0880e8b829525c40d6055818560':
Use class def index from java.lang.Class.
Diffstat (limited to 'compiler/dex/frontend.h')
| -rw-r--r-- | compiler/dex/frontend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/frontend.h b/compiler/dex/frontend.h index bafa46892c..6c33d109e3 100644 --- a/compiler/dex/frontend.h +++ b/compiler/dex/frontend.h @@ -117,7 +117,7 @@ extern "C" art::CompiledMethod* ArtCompileMethod(art::CompilerDriver& driver, const art::DexFile::CodeItem* code_item, uint32_t access_flags, art::InvokeType invoke_type, - uint32_t class_dex_idx, + uint16_t class_def_idx, uint32_t method_idx, jobject class_loader, const art::DexFile& dex_file); |