Home
last modified time | relevance | path

Searched defs:InSpace (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/third-party/
Dheap-api-stub.cc45 bool Heap::InSpace(Address, AllocationSpace) { return false; } in InSpace() function in v8::internal::third_party_heap::Heap
/third_party/node/deps/v8/src/heap/
Dheap.cc4528 bool Heap::InSpace(HeapObject value, AllocationSpace space) const { in InSpace() function in v8::internal::Heap