diff options
| author | 2017-01-24 01:02:48 +0000 | |
|---|---|---|
| committer | 2017-01-24 01:02:49 +0000 | |
| commit | bc5153409bd17453ccb0a9da15512177e2ff12bb (patch) | |
| tree | bc570c39090028577738f81a596b929cec7c76dd /runtime/stack_map.cc | |
| parent | 67edcfdb2151af66cdacf61e44c618c41601d0c8 (diff) | |
| parent | 5e7c6a9223ddd11f800ea9b26fa72bece5c7d26c (diff) | |
Merge "Add more code info size dumping to oatdump"
Diffstat (limited to 'runtime/stack_map.cc')
| -rw-r--r-- | runtime/stack_map.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/stack_map.cc b/runtime/stack_map.cc index 3c92b86208..690b069c8e 100644 --- a/runtime/stack_map.cc +++ b/runtime/stack_map.cc @@ -198,6 +198,7 @@ void StackMap::Dump(VariableIndentationOutputStream* vios, << "StackMap" << header_suffix << std::hex << " [native_pc=0x" << code_offset + pc_offset << "]" + << " [entry_size=0x" << encoding.stack_map_size_in_bytes << "]" << " (dex_pc=0x" << GetDexPc(stack_map_encoding) << ", native_pc_offset=0x" << pc_offset << ", dex_register_map_offset=0x" << GetDexRegisterMapOffset(stack_map_encoding) |