Home
last modified time | relevance | path

Searched refs:third_party_heap (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dcombined-heap.h37 return third_party_heap::Heap::IsValidHeapObject(object); in IsValidHeapObject()
46 return third_party_heap::Heap::IsValidCodeObject(object); in IsValidCodeObject()
Dread-only-heap.cc223 return third_party_heap::Heap::InReadOnlySpace(address); in Contains()
232 return third_party_heap::Heap::InReadOnlySpace(object.address()); in Contains()
Dheap.h57 namespace third_party_heap {
2427 std::unique_ptr<third_party_heap::Heap> tp_heap_;
2467 friend class third_party_heap::Heap;
2468 friend class third_party_heap::Impl;
Dheap-inl.h305 third_party_heap::Heap::InOldSpace(object.ptr()); in InOldSpace()
Dheap.cc120 third_party_heap::Heap::GetIsolate(object.address())); in GetIsolateFromWritableObject()
3418 return third_party_heap::Heap::IsImmovable(object); in IsImmovable()
3426 return third_party_heap::Heap::InLargeObjectSpace(object.address()) || in IsLargeObject()
3427 third_party_heap::Heap::InSpace(object.address(), CODE_LO_SPACE); in IsLargeObject()
4530 return third_party_heap::Heap::InSpace(value.address(), space); in InSpace()
5686 tp_heap_ = third_party_heap::Heap::New(isolate()); in SetUp()
/third_party/node/deps/v8/src/objects/
Dtransitions.h23 namespace third_party_heap {
182 friend class third_party_heap::Impl;
306 friend class third_party_heap::Impl;
Dhash-table.h23 namespace third_party_heap {
407 friend class third_party_heap::Impl; in EXTERN_DECLARE_OBJECT_BASE_HASH_TABLE()
/third_party/node/deps/v8/src/heap/third-party/
Dheap-api-stub.cc21 namespace third_party_heap { namespace
Dheap-api.h16 namespace third_party_heap {
/third_party/node/deps/v8/tools/testrunner/
Dbase_runner.py195 self.third_party_heap = build_config['v8_enable_third_party_heap']
241 if self.third_party_heap:
730 "third_party_heap": self.build_config.third_party_heap,