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 23:03:00 +0000 (16:03 -0700)
commitbc1d78daa463572c5a770cdca858a3b51d8e1b7b
treed33ae78ec8b5e1f9e4b088545e346306d3c4f04e
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: Ib71b08707d3ed0bb85299406c0b23a1de4e92a1c
runtime/art_method.cc
runtime/base/out.h
runtime/base/out_fwd.h [new file with mode: 0644]
runtime/class_linker-inl.h
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