OSDN Git Service

ART: API changes
authorJean Christophe Beyler <jean.christophe.beyler@intel.com>
Thu, 13 Mar 2014 21:54:59 +0000 (14:54 -0700)
committerJean Christophe Beyler <jean.christophe.beyler@intel.com>
Wed, 19 Mar 2014 05:35:34 +0000 (22:35 -0700)
commitcdacac4a8196bdc620185079ec9e886329606f3d
tree5e8d25d835c8053fe7813eee2ec1b9689057ce78
parent4d37218371ff19854e4957b26793309e4669dfbc
ART: API changes

- Moved AppendMIR to BasicBlock
- Moved PrependMIR to BasicBlock
- Moved InsertMIRAfter to BasicBlock
- Moved GetNextUnconditionalMir to BasicBlock

Change-Id: Id261434e9f7d5d93f1bce0c87c9276a20077c483
Signed-off-by: Jean Christophe Beyler <jean.christophe.beyler@intel.com>
compiler/dex/mir_graph.cc
compiler/dex/mir_graph.h
compiler/dex/mir_optimization_test.cc
compiler/dex/quick/dex_file_method_inliner.cc
compiler/dex/quick/mir_to_lir.cc
compiler/dex/ssa_transformation.cc