Home
last modified time | relevance | path

Searched defs:InReadOnlySpace (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/third-party/
Dheap-api-stub.cc44 bool Heap::InReadOnlySpace(Address) { return false; } in InReadOnlySpace() function in v8::internal::third_party_heap::Heap
/external/v8/src/heap/
Dheap-write-barrier-inl.h76 V8_INLINE bool InReadOnlySpace() const { in InReadOnlySpace() function
Dbasic-memory-chunk.h206 bool InReadOnlySpace() const { return IsFlagSet(READ_ONLY_HEAP); } in InReadOnlySpace() function