Chromium Code Reviews| Index: src/objects-inl.h |
| diff --git a/src/objects-inl.h b/src/objects-inl.h |
| index 43eeb0f6269efeaacacea8b5842810b0df1a021f..1201c21105fefcade52fb45b66ac7560c67a0bed 100644 |
| --- a/src/objects-inl.h |
| +++ b/src/objects-inl.h |
| @@ -3688,6 +3688,9 @@ void SharedFunctionInfo::set_deopt_counter(Smi* value) { |
| } |
| +SMI_ACCESSORS(SharedFunctionInfo, profiler_ticks, kProfilerTicksOffset) |
| + |
| + |
| bool SharedFunctionInfo::is_compiled() { |
| return code() != |
| Isolate::Current()->builtins()->builtin(Builtins::kLazyCompile); |