Searched defs:InOldSpace (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/heap/ | ||
| D | basic-memory-chunk.cc | 68 bool BasicMemoryChunk::InOldSpace() const { in InOldSpace() function in v8::internal::BasicMemoryChunk |
| D | heap-inl.h | 302 bool Heap::InOldSpace(Object object) { in InOldSpace() function |
| /third_party/node/deps/v8/src/heap/third-party/ | ||
| D | heap-api-stub.cc | 48 bool Heap::InOldSpace(Address) { return false; } in InOldSpace() function in v8::internal::third_party_heap::Heap |