diff options
| author | 2017-06-07 10:38:10 +0000 | |
|---|---|---|
| committer | 2017-06-07 10:38:11 +0000 | |
| commit | 3c8a91250b3e4e87548ec16bf1ab1ea46dbb84a4 (patch) | |
| tree | b5da100b358d1335eab403372e4f616c5c2d607c /compiler/optimizing/instruction_builder.cc | |
| parent | 0a87f31513e5f9da27856af054d2241452898b22 (diff) | |
| parent | e7197bf7d58c705a048e13e241d7ca320502cd40 (diff) | |
Merge "Replace invoke kind kDexCacheViaMethod with kRuntimeCall."
Diffstat (limited to 'compiler/optimizing/instruction_builder.cc')
| -rw-r--r-- | compiler/optimizing/instruction_builder.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compiler/optimizing/instruction_builder.cc b/compiler/optimizing/instruction_builder.cc index df9e7164ed..a73b1246d8 100644 --- a/compiler/optimizing/instruction_builder.cc +++ b/compiler/optimizing/instruction_builder.cc @@ -888,7 +888,7 @@ bool HInstructionBuilder::BuildInvoke(const Instruction& instruction,      }      HInvokeStaticOrDirect::DispatchInfo dispatch_info = { -        HInvokeStaticOrDirect::MethodLoadKind::kDexCacheViaMethod, +        HInvokeStaticOrDirect::MethodLoadKind::kRuntimeCall,          HInvokeStaticOrDirect::CodePtrLocation::kCallArtMethod,          0u      }; |