Home
last modified time | relevance | path

Searched refs:ContainsPersistentHandle (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dlocal-heap.h86 bool ContainsPersistentHandle(Address* location);
Dlocal-heap.cc95 bool LocalHeap::ContainsPersistentHandle(Address* location) { in ContainsPersistentHandle() function in v8::internal::LocalHeap
/external/v8/src/handles/
Dhandles.cc51 if (local_heap->ContainsPersistentHandle(location_) || in IsDereferenceAllowed()