Lines Matching full:heap
384 Heap* heap = array->GetHeap();
387 if (element != heap->the_hole_value()) {
459 Heap* heap = isolate->heap();
460 if (!heap->Contains(obj)) return;
463 !heap->Contains(map) ||
472 heap->Contains(HeapObject::cast(perhaps_context)) &&
475 if (!heap->Contains(context)) {
476 Add("(Function context is outside heap)\n");
492 Add("/* warning: 'function' was not a heap object */ ");
495 Heap* heap = HeapObject::cast(f)->GetHeap();
496 if (!heap->Contains(HeapObject::cast(f))) {
497 Add("/* warning: 'function' was not on the heap */ ");
500 if (!heap->Contains(HeapObject::cast(f)->map())) {
501 Add("/* warning: function's map was not on the heap */ ");
533 p != isolate->heap()->null_value();
537 if (key != isolate->heap()->undefined_value()) {