diff options
author | David Srbecky <dsrbecky@google.com> | 2018-06-03 12:00:22 +0100 |
---|---|---|
committer | David Srbecky <dsrbecky@google.com> | 2018-06-07 12:00:18 +0100 |
commit | fd89b0739d4000ea70f28bf53dea531027024f5a (patch) | |
tree | 1c9f3e1b046d60df405fb63f04cf83d3be4ff0f5 /compiler/optimizing/instruction_builder.cc | |
parent | 6de8833fb64e59301eada4005ed04da995796170 (diff) |
Remove unused GetDexRegisterMap arguments.
They are no longer needed in the new encoding.
I reuse the local variables in most places to DCHECK the size
of the decoded register map. This has one catch though:
We sometimes omit all dex registers, so the DCHECK should be
done only after checking if the map is empty (if applicable).
Test: test-art-host-gtest-stack_map_test
Change-Id: I94b67029842374bc8eb7c9e5eac76fc93a651f24
Diffstat (limited to 'compiler/optimizing/instruction_builder.cc')
0 files changed, 0 insertions, 0 deletions