Home
last modified time | relevance | path

Searched refs:TENURED_READ_ONLY (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/heap/
Dsetup-heap-internal.cc598 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 …]
Dfactory.h102 PretenureFlag pretenure = TENURED_READ_ONLY);
Dheap.h1597 case TENURED_READ_ONLY: in SelectSpace()
Dfactory.cc782 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()
/external/v8/src/
Dglobals.h605 enum PretenureFlag { NOT_TENURED, TENURED, TENURED_READ_ONLY }; enumerator
613 case TENURED_READ_ONLY: