Home
last modified time | relevance | path

Searched refs:set_bytecode_age (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Dcode.h745 inline void set_bytecode_age(Age age);
Dcode-inl.h680 void BytecodeArray::set_bytecode_age(BytecodeArray::Age age) { in set_bytecode_age() function
/external/v8/src/heap/
Dfactory.cc1672 instance->set_bytecode_age(BytecodeArray::kNoAgeBytecodeAge); in NewBytecodeArray()
2756 copy->set_bytecode_age(bytecode_array->bytecode_age()); in CopyBytecodeArray()