OSDN Git Service

Rename NullHandle to ScopedNullHandle
authorMathieu Chartier <mathieuc@google.com>
Mon, 21 Dec 2015 17:58:16 +0000 (09:58 -0800)
committerMathieu Chartier <mathieuc@google.com>
Mon, 21 Dec 2015 17:58:16 +0000 (09:58 -0800)
commit9865bde5d822f56c4732214c2005dfcaa41f94cf
treecd2eae058f4f4f13b5a82ff557b7eaaf13a1ecfb
parent115a02b737dd5f4d485b2f6c359e02988df66b83
Rename NullHandle to ScopedNullHandle

This makes it clearer that is invalid to do things like:
Handle<T> h = ScopedNullHandle<T>();

Bug: 26233305
Change-Id: I6d8f54eae01ec2e901cb7043afa853ea77db79fe
18 files changed:
compiler/dex/type_inference_test.cc
compiler/driver/compiler_driver.cc
compiler/driver/compiler_driver_test.cc
compiler/oat_test.cc
compiler/oat_writer.cc
compiler/optimizing/builder.h
compiler/optimizing/gvn_test.cc
compiler/optimizing/licm_test.cc
compiler/optimizing/register_allocator_test.cc
oatdump/oatdump.cc
runtime/class_linker-inl.h
runtime/class_linker.cc
runtime/class_linker_test.cc
runtime/dex_file.cc
runtime/gc/reference_queue_test.cc
runtime/handle.h
runtime/interpreter/unstarted_runtime.cc
runtime/native/java_lang_Class.cc