Searched defs:InSpace (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/heap/third-party/ | ||
| D | heap-api-stub.cc | 45 bool Heap::InSpace(Address, AllocationSpace) { return false; } in InSpace() function in v8::internal::third_party_heap::Heap |
| /third_party/node/deps/v8/src/heap/ | ||
| D | heap.cc | 4528 bool Heap::InSpace(HeapObject value, AllocationSpace space) const { in InSpace() function in v8::internal::Heap |