From c41e5b5ae1befe2c602d55de1dbc04d1914f4a6c Mon Sep 17 00:00:00 2001 From: buzbee Date: Fri, 23 Sep 2011 12:46:19 -0700 Subject: Add tables to map between callee saves and vregs Also added function to return sp-relative offset for Dalvik virtual registers using Method* [Note: must be matched with corresponding libcore change to reflect new field in Method] Change-Id: Id739908c6232ce60763d8199bc05111e960da46e --- src/compiler/CompilerIR.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compiler/CompilerIR.h') diff --git a/src/compiler/CompilerIR.h b/src/compiler/CompilerIR.h index 0965c14218..5a38c47fcc 100644 --- a/src/compiler/CompilerIR.h +++ b/src/compiler/CompilerIR.h @@ -198,6 +198,8 @@ typedef struct CompilationUnit { int assemblerRetries; std::vector codeBuffer; std::vector mappingTable; + std::vector coreVmapTable; + std::vector fpVmapTable; bool printMe; bool printMeVerbose; bool dumpCFG; -- cgit v1.2.3-59-g8ed1b