diff options
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
| -rw-r--r-- | src/compiler_llvm/method_compiler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h index b5877e8ab4..df381ee559 100644 --- a/src/compiler_llvm/method_compiler.h +++ b/src/compiler_llvm/method_compiler.h @@ -309,6 +309,11 @@ class MethodCompiler { llvm::Value* rhs, FPArithmKind arithm); + llvm::Value* EmitAllocNewArray(uint32_t dex_pc, + int32_t length, + uint32_t type_idx, + bool is_filled_new_array); + llvm::Value* EmitLoadArrayLength(llvm::Value* array); llvm::Value* EmitArrayGEP(llvm::Value* array_addr, |