Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dallocation-site.h33 kTenure = 3, enumerator
Dobjects.cc5261 return mode == kTenure ? AllocationType::kOld : AllocationType::kYoung; in GetAllocationType()
5290 case kTenure: in PretenureDecisionName()
/third_party/node/deps/v8/src/heap/
Dheap.cc1182 site.set_pretenure_decision(AllocationSite::kTenure); in MakePretenureDecision()
1239 site.set_pretenure_decision(AllocationSite::kTenure); in PretenureAllocationSiteManually()