Home | History | Annotate | Download | only in src

Lines Matching full:code_age

3812 int SharedFunctionInfo::code_age() {
3817 void SharedFunctionInfo::set_code_age(int code_age) {
3819 set_compiler_hints(hints | ((code_age & kCodeAgeMask) << kCodeAgeShift));