HomeSort by relevance Sort by last modified time
    Searched refs:IsNearDeath (Results 1 - 9 of 9) sorted by null

  /external/v8/src/
global-handles.h 158 static bool IsNearDeath(Object** location);
global-handles.cc 130 bool IsNearDeath() const {
451 bool GlobalHandles::IsNearDeath(Object** location) {
452 return Node::FromLocation(location)->IsNearDeath();
api.cc 642 return i::GlobalHandles::IsNearDeath(obj);
    [all...]
  /external/chromium_org/v8/src/
global-handles.h 172 static bool IsNearDeath(Object** location);
global-handles.cc 174 bool IsNearDeath() const {
518 bool GlobalHandles::IsNearDeath(Object** location) {
519 return Node::FromLocation(location)->IsNearDeath();
    [all...]
  /external/v8/test/cctest/
test-heap.cc 371 CHECK(!global_handles->IsNearDeath(h2.location()));
372 CHECK(!global_handles->IsNearDeath(h1.location()));
405 CHECK(!GlobalHandles::IsNearDeath(h1.location()));
406 CHECK(!GlobalHandles::IsNearDeath(h2.location()));
413 CHECK(!GlobalHandles::IsNearDeath(h1.location()));
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc 439 CHECK(!global_handles->IsNearDeath(h2.location()));
440 CHECK(!global_handles->IsNearDeath(h1.location()));
477 CHECK(!GlobalHandles::IsNearDeath(h1.location()));
478 CHECK(!GlobalHandles::IsNearDeath(h2.location()));
486 CHECK(!GlobalHandles::IsNearDeath(h1.location()));
    [all...]
  /external/v8/include/
v8.h 403 inline bool IsNearDeath() const;
    [all...]
  /external/chromium_org/v8/include/
v8.h 708 V8_INLINE(bool IsNearDeath() const);
711 V8_INLINE(bool IsNearDeath(Isolate* isolate) const) { return IsNearDeath(); }
    [all...]

Completed in 106 milliseconds