OSDN Git Service

cleanup: Replace pointers with out-parameters and fix-up formatting
authorIgor Murashkin <iam@google.com>
Sat, 1 Aug 2015 00:35:52 +0000 (17:35 -0700)
committerIgor Murashkin <iam@google.com>
Sat, 1 Aug 2015 00:35:52 +0000 (17:35 -0700)
commita315f5c546b796f55f4872bb6efc15eb858d9639
tree188bcbab728423d79147fd9d9da45c2539371ac5
parentbc1d78daa463572c5a770cdca858a3b51d8e1b7b
cleanup: Replace pointers with out-parameters and fix-up formatting

Cleans all of oat_file.h/.cc, parsed_options.h./cc, runtime.h/.cc

Other files are touched only incidentally to use outof(x) instead of &x.

Change-Id: I0bb15111149d53bb21aac2199ef33bd35333b0ca
15 files changed:
compiler/image_writer.cc
compiler/oat_test.cc
oatdump/oatdump.cc
runtime/class_linker.cc
runtime/gc/space/image_space.cc
runtime/oat_file.cc
runtime/oat_file.h
runtime/oat_file_assistant.cc
runtime/oat_file_assistant_test.cc
runtime/oat_file_test.cc
runtime/parsed_options.cc
runtime/parsed_options.h
runtime/parsed_options_test.cc
runtime/runtime.cc
runtime/runtime.h