Searched refs:third_party_heap (Results 1 – 10 of 10) sorted by relevance
37 return third_party_heap::Heap::IsValidHeapObject(object); in IsValidHeapObject()46 return third_party_heap::Heap::IsValidCodeObject(object); in IsValidCodeObject()
223 return third_party_heap::Heap::InReadOnlySpace(address); in Contains()232 return third_party_heap::Heap::InReadOnlySpace(object.address()); in Contains()
57 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;
305 third_party_heap::Heap::InOldSpace(object.ptr()); in InOldSpace()
120 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()
23 namespace third_party_heap {182 friend class third_party_heap::Impl;306 friend class third_party_heap::Impl;
23 namespace third_party_heap {407 friend class third_party_heap::Impl; in EXTERN_DECLARE_OBJECT_BASE_HASH_TABLE()
21 namespace third_party_heap { namespace
16 namespace third_party_heap {
195 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,