Lines Matching refs:TENURED
528 if (site->GetPretenureMode() == TENURED) { in ProcessPretenuringFeedback()
1691 ResetAllAllocationSitesDependentCode(TENURED); in EvaluateOldSpaceLocalPretenuring()
2588 if (!AllocateByteArray(0, TENURED).To(&byte_array)) return false; in CreateInitialMaps()
2743 set_minus_zero_value(*factory->NewHeapNumber(-0.0, IMMUTABLE, TENURED)); in CreateInitialObjects()
2747 *factory->NewHeapNumber(base::OS::nan_value(), IMMUTABLE, TENURED)); in CreateInitialObjects()
2748 set_infinity_value(*factory->NewHeapNumber(V8_INFINITY, IMMUTABLE, TENURED)); in CreateInitialObjects()
2832 NameDictionary::New(isolate(), Runtime::kNumFunctions, TENURED); in CreateInitialObjects()
2837 *factory->NewFixedArray(kInitialNumberStringCacheSize * 2, TENURED)); in CreateInitialObjects()
2841 *factory->NewFixedArray(String::kMaxOneByteCharCode + 1, TENURED)); in CreateInitialObjects()
2845 RegExpResultsCache::kRegExpResultsCacheSize, TENURED)); in CreateInitialObjects()
2847 RegExpResultsCache::kRegExpResultsCacheSize, TENURED)); in CreateInitialObjects()
2880 SeededNumberDictionary::New(isolate(), 0, TENURED); in CreateInitialObjects()
2884 set_materialized_objects(*factory->NewFixedArray(0, TENURED)); in CreateInitialObjects()
2890 *factory->NewFixedArray(kAllocationSiteScratchpadSize, TENURED)); in CreateInitialObjects()
3189 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; in AllocateForeign()
3502 AllocateByteArray(reloc_info.length(), TENURED); in CopyCode()
3829 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, TENURED); in AllocateInternalizedStringImpl()
3930 return AllocateExternalArray(0, array_type, NULL, TENURED); in AllocateEmptyExternalArray()
3942 AllocationResult allocation = AllocateRawFixedArray(len, TENURED); in CopyAndTenureFixedCOWArray()
3964 return AllocateFixedTypedArray(0, array_type, TENURED); in AllocateEmptyFixedTypedArray()
4130 AllocationSpace space = SelectSpace(size, OLD_POINTER_SPACE, TENURED); in AllocateConstantPoolArray()
4156 AllocationSpace space = SelectSpace(size, OLD_POINTER_SPACE, TENURED); in AllocateExtendedConstantPoolArray()
4232 AllocationSpace space = SelectSpace(size, OLD_POINTER_SPACE, TENURED); in AllocateStruct()
5371 TENURED)); in EnsureWeakObjectToCodeTable()