Home | History | Annotate | Download | only in heap

Lines Matching refs:TENURED

581         if (site->GetPretenureMode() == TENURED) {
589 // Step 2: Deopt maybe tenured allocation sites if necessary.
615 "mementos=%d tenured=%d not_tenured=%d\n",
1925 ResetAllAllocationSitesDependentCode(TENURED);
2455 if (!AllocateByteArray(0, TENURED).To(&byte_array)) return false;
2545 AllocationResult allocation = AllocateRawFixedArray(capacity, TENURED);
2552 // Transition arrays are tenured. When black allocation is on we have to
2626 set_minus_zero_value(*factory->NewHeapNumber(-0.0, IMMUTABLE, TENURED));
2630 std::numeric_limits<double>::quiet_NaN(), IMMUTABLE, TENURED));
2632 *factory->NewHeapNumberFromBits(kHoleNanInt64, IMMUTABLE, TENURED));
2633 set_infinity_value(*factory->NewHeapNumber(V8_INFINITY, IMMUTABLE, TENURED));
2635 *factory->NewHeapNumber(-V8_INFINITY, IMMUTABLE, TENURED));
2746 NameDictionary::NewEmpty(isolate(), TENURED);
2755 *factory->NewFixedArray(kInitialNumberStringCacheSize * 2, TENURED));
2759 *factory->NewFixedArray(String::kMaxOneByteCharCode + 1, TENURED));
2763 RegExpResultsCache::kRegExpResultsCacheSize, TENURED));
2765 RegExpResultsCache::kRegExpResultsCacheSize, TENURED));
2788 factory->NewFixedArray(2, TENURED);
2804 TENURED));
2807 ArrayList::cast(*(factory->NewFixedArray(16, TENURED))));
2815 SeededNumberDictionary::NewEmpty(isolate(), TENURED);
2819 set_materialized_objects(*factory->NewFixedArray(0, TENURED));
3040 AllocationSpace space = (pretenure == TENURED) ? OLD_SPACE : NEW_SPACE;
3842 AllocationResult allocation = AllocateRawFixedArray(len, TENURED);
3864 return AllocateFixedTypedArray(0, array_type, false, TENURED);