OSDN Git Service

Implement << operator for DexRegisterLocation::Kind.
authorDavid Srbecky <dsrbecky@google.com>
Thu, 25 Feb 2016 13:23:56 +0000 (13:23 +0000)
committerDavid Srbecky <dsrbecky@google.com>
Thu, 25 Feb 2016 14:07:27 +0000 (14:07 +0000)
commit7dc11782ff0a5dffcd8108f256f8975f0b3e8076
treec3f6463fb378775d9b348f8fcfccfcdb410cfcc2
parent99da8cd8818e015b21d1c2af73ac40749698c930
Implement << operator for DexRegisterLocation::Kind.

This makes it comparable in DCHECK_EQ and similar methods.

Change-Id: I6b5b237be89325850ae6860d011fd6741189ab01
compiler/debug/elf_debug_loc_writer.h
compiler/optimizing/stack_map_stream.cc
runtime/check_reference_map_visitor.h
runtime/jit/jit.cc
runtime/quick_exception_handler.cc
runtime/stack.cc
runtime/stack_map.cc
runtime/stack_map.h