Split lvalPtr() into createLvalPtr/getLvalPtr()
commitd7ee6388ddd6c151327bd1d152ece9d1a91aee83
authorEdwin Smith <smith@fb.com>
Sun, 16 Jun 2013 17:46:24 +0000 (16 10:46 -0700)
committerSara Golemon <sgolemon@fb.com>
Wed, 19 Jun 2013 16:57:02 +0000 (19 09:57 -0700)
tree01424602b8f9be8bf95e53e47ed3c74ed624cd0c
parentfe323e482185869cc99bf7ccc8422ed717dd94d3
Split lvalPtr() into createLvalPtr/getLvalPtr()

Callers are always passing a constant to choose one or the other,
so make them distinct methods.
16 files changed:
hphp/runtime/base/array/array_data.cpp
hphp/runtime/base/array/array_data.h
hphp/runtime/base/array/array_inline.h
hphp/runtime/base/array/hphp_array.cpp
hphp/runtime/base/array/hphp_array.h
hphp/runtime/base/array/policy_array.cpp
hphp/runtime/base/array/policy_array.h
hphp/runtime/base/object_data.cpp
hphp/runtime/base/shared/shared_map.h
hphp/runtime/base/type_array.cpp
hphp/runtime/base/type_array.h
hphp/runtime/base/type_variant.cpp
hphp/runtime/base/type_variant.h
hphp/runtime/ext/ext_fb.cpp
hphp/runtime/vm/instance.cpp
hphp/runtime/vm/name_value_table_wrapper.h