| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 9a38584cba6caa8400218bacb324f369b03451bd..6ee46f192abe171202e15cdbe96159068fe1333f 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -3548,6 +3548,8 @@ JSMessageObject* JSMessageObject::cast(Object* obj) {
|
| INT_ACCESSORS(Code, instruction_size, kInstructionSizeOffset)
|
| ACCESSORS(Code, relocation_info, ByteArray, kRelocationInfoOffset)
|
| ACCESSORS(Code, deoptimization_data, FixedArray, kDeoptimizationDataOffset)
|
| +ACCESSORS(Code, code_flushing_candidate,
|
| + Object, kCodeFlushingCandidateOffset)
|
|
|
|
|
| byte* Code::instruction_start() {
|
|
|