diff options
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
| -rw-r--r-- | src/compiler_llvm/method_compiler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h index 46aea810e3..f86d740cc9 100644 --- a/src/compiler_llvm/method_compiler.h +++ b/src/compiler_llvm/method_compiler.h @@ -318,6 +318,10 @@ class MethodCompiler { RegCategory GetInferredRegCategory(uint32_t dex_pc, uint16_t reg); + // Diagnostics helper function + void PrintUnresolvedFieldWarning(int32_t field_idx); + + // Basic block helper functions llvm::BasicBlock* GetBasicBlock(uint32_t dex_pc); |