Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dcode.h1038 inline void set_bytecode_age(Age age); in DEFINE_OPERATORS_FOR_FLAGS()
Dcode-inl.h1234 void BytecodeArray::set_bytecode_age(BytecodeArray::Age age) { in set_bytecode_age() function
/third_party/node/deps/v8/src/snapshot/
Ddeserializer.cc683 BytecodeArray::cast(raw_obj).set_bytecode_age( in ReadObject()
/third_party/node/deps/v8/src/heap/
Dfactory-base.cc251 instance.set_bytecode_age(BytecodeArray::kNoAgeBytecodeAge); in NewBytecodeArray()
Dfactory.cc2419 copy.set_bytecode_age(raw_source.bytecode_age()); in CopyBytecodeArray()