Lines Matching defs:tenured
32 static_cast<int>(Bytecode::kLast) + 1, TENURED);
1641 // CreateClosure <index> <tenured>
1644 // constant pool and with the PretenureFlag <tenured>.
1651 Node* tenured = __ SmiTag(tenured_raw);
1653 __ CallRuntime(Runtime::kInterpreterNewClosure, shared, tenured);
1659 // CreateClosureWide <index> <tenured>
1662 // constant pool and with the PretenureFlag <tenured>.