| Index: src/type-info.h
|
| diff --git a/src/type-info.h b/src/type-info.h
|
| index 6de92cec0e94c22c52009d2994498638e304d0b7..84944248ed68fdd0d778845059115a591da37e63 100644
|
| --- a/src/type-info.h
|
| +++ b/src/type-info.h
|
| @@ -44,6 +44,7 @@ class SmallMapList;
|
| class TypeFeedbackOracle: public ZoneObject {
|
| public:
|
| TypeFeedbackOracle(Handle<Code> code,
|
| + Handle<FixedArray> feedback_vector,
|
| Handle<Context> native_context,
|
| Zone* zone);
|
|
|
| @@ -129,8 +130,8 @@ class TypeFeedbackOracle: public ZoneObject {
|
| void GetRelocInfos(Handle<Code> code, ZoneList<RelocInfo>* infos);
|
| void CreateDictionary(Handle<Code> code, ZoneList<RelocInfo>* infos);
|
| void RelocateRelocInfos(ZoneList<RelocInfo>* infos,
|
| - byte* old_start,
|
| - byte* new_start);
|
| + Code* old_code,
|
| + Code* new_code);
|
| void ProcessRelocInfos(ZoneList<RelocInfo>* infos);
|
|
|
| // Returns an element from the backing store. Returns undefined if
|
|
|