OSDN Git Service

Also encode the InvokeType in an InlineInfo.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 20 May 2015 17:48:31 +0000 (18:48 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Thu, 21 May 2015 11:10:00 +0000 (12:10 +0100)
commitb176d7c6c8c01a50317f837a78de5da57ee84fb2
tree81ec0c16267c527bdc64923b374be915206e6af9
parent713c59e813daa92da3f1678add6c4c7e16dcff11
Also encode the InvokeType in an InlineInfo.

This will be needed to recover the call stack.

Change-Id: I2fe10785eb1167939c8cce1862b2d7f4066e16ec
compiler/optimizing/code_generator.cc
compiler/optimizing/inliner.cc
compiler/optimizing/nodes.h
compiler/optimizing/nodes_test.cc
compiler/optimizing/optimizing_compiler.cc
compiler/optimizing/ssa_builder.cc
compiler/optimizing/stack_map_stream.cc
compiler/optimizing/stack_map_stream.h
compiler/optimizing/stack_map_test.cc
runtime/stack_map.h