Searched refs:TENURED_READ_ONLY (Results 1 – 5 of 5) sorted by relevance
598 isolate->factory()->NewStruct(INTERCEPTOR_INFO_TYPE, TENURED_READ_ONLY)); in CreateApiObjects()609 set_minus_zero_value(*factory->NewHeapNumber(-0.0, TENURED_READ_ONLY)); in CreateInitialObjects()613 std::numeric_limits<double>::quiet_NaN(), TENURED_READ_ONLY)); in CreateInitialObjects()615 *factory->NewHeapNumberFromBits(kHoleNanInt64, TENURED_READ_ONLY)); in CreateInitialObjects()616 set_infinity_value(*factory->NewHeapNumber(V8_INFINITY, TENURED_READ_ONLY)); in CreateInitialObjects()618 *factory->NewHeapNumber(-V8_INFINITY, TENURED_READ_ONLY)); in CreateInitialObjects()691 *factory->NewSelfReferenceMarker(TENURED_READ_ONLY)); in CreateInitialObjects()702 isolate()->factory()->NewPrivateSymbol(TENURED_READ_ONLY)); \ in CreateInitialObjects()712 Handle<Symbol> name = factory->NewSymbol(TENURED_READ_ONLY); \ in CreateInitialObjects()714 factory->NewStringFromStaticChars(#description, TENURED_READ_ONLY); \ in CreateInitialObjects()[all …]
102 PretenureFlag pretenure = TENURED_READ_ONLY);
1597 case TENURED_READ_ONLY: in SelectSpace()
782 isolate()->heap()->CanAllocateInReadOnlySpace() ? TENURED_READ_ONLY in AllocateRawOneByteInternalizedString()830 isolate()->heap()->CanAllocateInReadOnlySpace() ? TENURED_READ_ONLY in AllocateInternalizedStringImpl()1538 DCHECK(tenure == TENURED || tenure == TENURED_READ_ONLY); in NewScriptWithId()
605 enum PretenureFlag { NOT_TENURED, TENURED, TENURED_READ_ONLY }; enumerator613 case TENURED_READ_ONLY: