Lines Matching defs:Age
5097 // [ic_age]: Inline caching age: the value of the Heap::global_ic_age
5365 enum Age {
5388 Age GetAge();
5389 // Gets the raw code age, including psuedo code-age values such as
5391 Age GetRawAge();
5536 static void GetCodeAgeAndParity(Code* code, Age* age,
5538 static void GetCodeAgeAndParity(byte* sequence, Age* age,
5540 static Code* GetCodeAgeStub(Isolate* isolate, Age age, MarkingParity parity);
5544 byte* sequence, Age age,
6776 // Inline cache age is used to infer whether the function survived a context
6779 inline void set_ic_age(int age);
10575 // about the code's age.