diff options
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
| -rw-r--r-- | src/compiler_llvm/method_compiler.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h index 7b374aface..efe8486092 100644 --- a/src/compiler_llvm/method_compiler.h +++ b/src/compiler_llvm/method_compiler.h @@ -369,15 +369,6 @@ class MethodCompiler { RegCategory GetInferredRegCategory(uint32_t dex_pc, uint16_t reg); - Field* ResolveField(uint32_t field_idx); - - Field* FindFieldAndDeclaringTypeIdx(uint32_t field_idx, - uint32_t &resolved_type_idx); - - - // Diagnostics helper function - void PrintUnresolvedFieldWarning(int32_t field_idx); - // Basic block helper functions llvm::BasicBlock* GetBasicBlock(uint32_t dex_pc); |