Home
last modified time | relevance | path

Searched refs:IsNearDeath (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dglobal-handles.h151 static bool IsNearDeath(Object** location);
Dglobal-handles.cc149 bool IsNearDeath() const { in IsNearDeath() function in v8::internal::GlobalHandles::Node
505 bool GlobalHandles::IsNearDeath(Object** location) { in IsNearDeath() function in v8::internal::GlobalHandles
506 return Node::FromLocation(location)->IsNearDeath(); in IsNearDeath()
/external/v8/test/cctest/
Dtest-heap.cc418 CHECK(!global_handles->IsNearDeath(h2.location())); in TEST()
419 CHECK(!global_handles->IsNearDeath(h1.location())); in TEST()
457 CHECK(!GlobalHandles::IsNearDeath(h1.location())); in TEST()
458 CHECK(!GlobalHandles::IsNearDeath(h2.location())); in TEST()
466 CHECK(!GlobalHandles::IsNearDeath(h1.location())); in TEST()
4143 CHECK(p->IsNearDeath()); in ClearWeakIC()
/external/v8/include/
Dv8.h541 V8_INLINE bool IsNearDeath() const;
6038 bool PersistentBase<T>::IsNearDeath() const {