commit | e982f0b8e809cece6f460fa2d8df25873aa69de4 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Wed Aug 13 02:11:24 2014 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Sep 17 09:53:50 2014 +0100 |
tree | df729d47439f7243b498dd4503a5f7aa41a4818b | |
parent | f031724abf4f215e1627ff837f87cad5d7a25165 [diff] [blame] |
Implement invoke virtual in optimizing compiler. Also refactor 004 tests to make them work with both Quick and Optimizing. Change-Id: I87e275cb0ae0258fc3bb32b612140000b1d2adf8
diff --git a/compiler/optimizing/code_generator_x86.h b/compiler/optimizing/code_generator_x86.h index 7c50204..f1be0ad 100644 --- a/compiler/optimizing/code_generator_x86.h +++ b/compiler/optimizing/code_generator_x86.h
@@ -94,6 +94,8 @@ #undef DECLARE_VISIT_INSTRUCTION + void HandleInvoke(HInvoke* invoke); + private: CodeGeneratorX86* const codegen_; InvokeDexCallingConventionVisitor parameter_visitor_;