Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/third-party/
Dheap-api-stub.cc54 bool Heap::InLargeObjectSpace(Address address) { return false; } in InLargeObjectSpace() function in v8::internal::third_party_heap::Heap
Dheap-api.h41 static bool InLargeObjectSpace(Address address);
/third_party/node/deps/v8/src/heap/
Dbasic-memory-chunk.cc72 bool BasicMemoryChunk::InLargeObjectSpace() const { in InLargeObjectSpace() function in v8::internal::BasicMemoryChunk
Dbasic-memory-chunk.h239 V8_EXPORT_PRIVATE bool InLargeObjectSpace() const;
Dheap.cc3426 return third_party_heap::Heap::InLargeObjectSpace(object.address()) || in IsLargeObject()
/third_party/node/deps/v8/src/runtime/
Druntime.h528 F(InLargeObjectSpace, 1, 1) \