diff options
author | 2015-05-20 18:48:31 +0100 | |
---|---|---|
committer | 2015-05-21 12:10:00 +0100 | |
commit | b176d7c6c8c01a50317f837a78de5da57ee84fb2 (patch) | |
tree | 81ec0c16267c527bdc64923b374be915206e6af9 /compiler/optimizing/inliner.cc | |
parent | 713c59e813daa92da3f1678add6c4c7e16dcff11 (diff) |
Also encode the InvokeType in an InlineInfo.
This will be needed to recover the call stack.
Change-Id: I2fe10785eb1167939c8cce1862b2d7f4066e16ec
Diffstat (limited to 'compiler/optimizing/inliner.cc')
-rw-r--r-- | compiler/optimizing/inliner.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/inliner.cc b/compiler/optimizing/inliner.cc index 56d868f116..47c6318c95 100644 --- a/compiler/optimizing/inliner.cc +++ b/compiler/optimizing/inliner.cc @@ -193,6 +193,7 @@ bool HInliner::TryBuildAndInline(Handle<mirror::ArtMethod> resolved_method, caller_dex_file, method_index, requires_ctor_barrier, + invoke_instruction->GetOriginalInvokeType(), graph_->IsDebuggable(), graph_->GetCurrentInstructionId()); |