Home
last modified time | relevance | path

Searched refs:read_only_heap_ (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dread-only-spaces.h105 ReadOnlyHeap* read_only_heap() const { return read_only_heap_.get(); } in read_only_heap()
117 std::unique_ptr<ReadOnlyHeap> read_only_heap_; member in v8::internal::ReadOnlyArtifacts
H A Dread-only-spaces.cc39 read_only_heap_ = std::move(read_only_heap); in set_read_only_heap()
186 auto original_cache = read_only_heap_->read_only_object_cache_; in GetReadOnlyHeapForIsolate()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc3223 DCHECK_IMPLIES(read_only_heap_ != nullptr, read_only_heap_ == ro_heap); in ThrowInternal()
3224 read_only_heap_ = ro_heap; in ThrowInternal()
3225 heap_.SetUpFromReadOnlyHeap(read_only_heap_); in ThrowInternal()
3587 if (read_only_heap_->IsOwnedByIsolate()) { in ThrowInternal()
3588 delete read_only_heap_; in ThrowInternal()
3589 read_only_heap_ = nullptr; in ThrowInternal()
4107 read_only_heap_->OnCreateHeapObjectsComplete(this); in ThrowInternal()
H A Disolate.h611 void set_read_only_heap(ReadOnlyHeap* ro_heap) { read_only_heap_ = ro_heap; } in set_read_only_heap()
1123 ReadOnlyHeap* read_only_heap() const { return read_only_heap_; } in read_only_heap()
2080 ReadOnlyHeap* read_only_heap_ = nullptr; member in v8::internal::final

Completed in 15 milliseconds