Searched refs:set_bytecode_age (Results 1 – 3 of 3) sorted by relevance
745 inline void set_bytecode_age(Age age);
680 void BytecodeArray::set_bytecode_age(BytecodeArray::Age age) { in set_bytecode_age() function
1672 instance->set_bytecode_age(BytecodeArray::kNoAgeBytecodeAge); in NewBytecodeArray()2756 copy->set_bytecode_age(bytecode_array->bytecode_age()); in CopyBytecodeArray()