Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index 8d3ef5ed66909c3decd135ee913e2f07ba3a321c..cd6a81501df09a7d843f50f4901d829c47d54d55 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -1366,9 +1366,7 @@ class Class : public Object { |
| RawArray* cha_codes() const { return raw_ptr()->cha_codes_; } |
| void set_cha_codes(const Array& value) const; |
| - bool trace_allocation() const { |
| - return TraceAllocationBit::decode(raw_ptr()->state_bits_); |
|
Ivan Posva
2015/08/14 05:38:31
Is the TraceAllocationBit still needed in the clas
Cutch
2015/08/14 13:54:36
Done.
|
| - } |
| + bool TraceAllocation() const; |
| void SetTraceAllocation(bool trace_allocation) const; |
| private: |