| Index: runtime/vm/object.cc
|
| ===================================================================
|
| --- runtime/vm/object.cc (revision 31283)
|
| +++ runtime/vm/object.cc (working copy)
|
| @@ -4578,7 +4578,7 @@
|
| }
|
|
|
|
|
| -bool Function::IsNativeLeaf() const {
|
| +bool Function::IsNativeAutoSetupScope() const {
|
| return is_native() ? is_optimizable() : false;
|
| }
|
|
|
| @@ -4589,7 +4589,7 @@
|
| }
|
|
|
|
|
| -void Function::SetIsNativeLeaf(bool value) const {
|
| +void Function::SetIsNativeAutoSetupScope(bool value) const {
|
| ASSERT(is_native());
|
| set_is_optimizable(value);
|
| }
|
|
|