Searched refs:GetCodePages (Results 1 – 3 of 3) sorted by relevance
2525 std::vector<MemoryRange>* Isolate::GetCodePages() const { in ThrowInternal() function in v8::internal::Isolate3843 DCHECK_NULL(GetCodePages()); in ThrowInternal()5465 std::vector<MemoryRange>* old_code_pages = GetCodePages(); in ThrowInternal()5590 std::vector<MemoryRange>* old_code_pages = GetCodePages(); in ThrowInternal()
848 std::vector<MemoryRange>* GetCodePages() const;
9364 std::vector<MemoryRange>* code_pages = isolate->GetCodePages(); in CopyCodePages()