OSDN Git Service

runtime: cleanup class_linker out-parameters and formatting
authorIgor Murashkin <iam@google.com>
Thu, 30 Jul 2015 23:39:45 +0000 (16:39 -0700)
committerIgor Murashkin <iam@google.com>
Fri, 31 Jul 2015 21:49:34 +0000 (14:49 -0700)
commit0de694ed3efe8412b83622a24074831edcc7e384
treeaff7ab7c66a2da2c9833bab65bfd0ad042963de6
parent8e568d079b052db118d83e6e89ea36ab4fa4bfb1
runtime: cleanup class_linker out-parameters and formatting

* Use out<T> instead of parameters
* Fixes up some other signatures to be more correct
* Reformat parameters to be one per line if they can't fit on one line
* Reformat locks to be one per line if they can't fit on the decl line

Change-Id: I1031cf4edc41f95b89edb343d43ef93e15384206
runtime/art_method.cc
runtime/base/out.h
runtime/base/out_fwd.h [new file with mode: 0644]
runtime/class_linker.cc
runtime/class_linker.h
runtime/debugger.cc
runtime/native/dalvik_system_DexFile.cc
runtime/native/java_lang_VMClassLoader.cc
runtime/oat_file_assistant_test.cc