Home | History | Annotate | Download | only in src

Lines Matching refs:Age

4854   // [ic_age]: Inline caching age: the value of the Heap::global_ic_age
5117 enum Age {
5143 Age GetAge();
5283 static void GetCodeAgeAndParity(Code* code, Age* age,
5285 static void GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age,
5287 static Code* GetCodeAgeStub(Isolate* isolate, Age age, MarkingParity parity);
5291 byte* sequence, Age age,
6677 // Inline cache age is used to infer whether the function survived a context
6680 inline void set_ic_age(int age);
7880 // cache, mapping it to a lifetime count of the hash. On each call to Age all
7883 // an actual cache entry. Age also removes stale live entries from the cache.
7910 void Age();
10718 // about the code's age.