Home | History | Annotate | Download | only in src

Lines Matching refs:Age

4962   // [ic_age]: Inline caching age: the value of the Heap::global_ic_age
5241 enum Age {
5268 Age GetAge();
5412 static void GetCodeAgeAndParity(Code* code, Age* age,
5414 static void GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age,
5416 static Code* GetCodeAgeStub(Isolate* isolate, Age age, MarkingParity parity);
5420 byte* sequence, Age age,
6947 // Inline cache age is used to infer whether the function survived a context
6950 inline void set_ic_age(int age);
8181 // cache, mapping it to a lifetime count of the hash. On each call to Age all
8184 // an actual cache entry. Age also removes stale live entries from the cache.
8211 void Age();
10861 // about the code's age.