Searched refs:bytecode_age (Results 1 – 5 of 5) sorted by relevance
961 byte bytecode_age = BytecodeArray::kNoAgeBytecodeAge; in OutputRawData() local962 sink_->PutRaw(&bytecode_age, 1, "Bytes"); in OutputRawData()
744 inline Age bytecode_age() const;
675 BytecodeArray::Age BytecodeArray::bytecode_age() const { in bytecode_age() function
15172 Age age = bytecode_age(); in MakeOlder()15178 DCHECK_GE(bytecode_age(), kFirstBytecodeAge); in MakeOlder()15179 DCHECK_LE(bytecode_age(), kLastBytecodeAge); in MakeOlder()15183 return bytecode_age() >= kIsOldBytecodeAge; in IsOld()
2756 copy->set_bytecode_age(bytecode_array->bytecode_age()); in CopyBytecodeArray()