diff options
author | Vladimir Marko <vmarko@google.com> | 2017-06-05 09:04:20 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-06-05 09:04:21 +0000 |
commit | 2c97600c1107931825bf9f7f25517e89b7210ab4 (patch) | |
tree | 1951ed02eaf1abac7257d22c5881366c3fe493ba /compiler/optimizing/code_generator.h | |
parent | af8d813133af6e2988296c9cc19719a9186f4cc8 (diff) | |
parent | 847e6ce98b4b822fd94c631975763845978ebaa3 (diff) |
Merge "Rename kDexCacheViaMethod to kRuntimeCall for HLoadClass/String."
Diffstat (limited to 'compiler/optimizing/code_generator.h')
-rw-r--r-- | compiler/optimizing/code_generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/code_generator.h b/compiler/optimizing/code_generator.h index 14f5865792..fc2f4c1a6f 100644 --- a/compiler/optimizing/code_generator.h +++ b/compiler/optimizing/code_generator.h @@ -542,7 +542,7 @@ class CodeGenerator : public DeletableArenaObject<kArenaAllocCodeGenerator> { case HLoadString::LoadKind::kBssEntry: DCHECK(load->NeedsEnvironment()); return LocationSummary::kCallOnSlowPath; - case HLoadString::LoadKind::kDexCacheViaMethod: + case HLoadString::LoadKind::kRuntimeCall: DCHECK(load->NeedsEnvironment()); return LocationSummary::kCallOnMainOnly; case HLoadString::LoadKind::kJitTableAddress: |