Home
last modified time | relevance | path

Searched refs:CanAllocateInReadOnlySpace (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dlocal-factory.h77 inline bool CanAllocateInReadOnlySpace() { return false; } in CanAllocateInReadOnlySpace() function
Dheap-allocator.h68 V8_INLINE bool CanAllocateInReadOnlySpace() const;
Dheap-allocator-inl.h51 bool HeapAllocator::CanAllocateInReadOnlySpace() const { in CanAllocateInReadOnlySpace() function
Dfactory.h1038 bool CanAllocateInReadOnlySpace();
Dfactory.cc851 CanAllocateInReadOnlySpace() ? AllocationType::kReadOnly in AllocateInternalizedStringImpl()
2179 return CanAllocateInReadOnlySpace() in NewHeapNumberForCodeAssembler()
3915 bool Factory::CanAllocateInReadOnlySpace() { in CanAllocateInReadOnlySpace() function in v8::internal::Factory
3916 return allocator()->CanAllocateInReadOnlySpace(); in CanAllocateInReadOnlySpace()
Dfactory-base.cc901 impl()->CanAllocateInReadOnlySpace() ? AllocationType::kReadOnly in AllocateRawOneByteInternalizedString()