summaryrefslogtreecommitdiff
path: root/src/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler.h')
-rw-r--r--src/compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler.h b/src/compiler.h
index 26b33b8372..50447db2a6 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -45,6 +45,7 @@ class Compiler {
void CompileDexFile(const ClassLoader* class_loader, const DexFile& dex_file);
void CompileClass(Class* klass);
void CompileMethod(Method* klass);
+ int oatVRegOffsetFromMethod(Method* method, int reg);
// After compiling, walk all the DexCaches and set the code and
// method pointers of CodeAndDirectMethods entries in the DexCaches.