Lines Matching full:heap
343 if (!HEAP->Contains(map) ||
380 Heap* heap = HEAP;
383 if (element != heap->the_hole_value()) {
453 Heap* heap = isolate->heap();
454 if (!f->IsHeapObject() || !heap->Contains(HeapObject::cast(f))) {
459 !heap->Contains(map) ||
468 heap->Contains(HeapObject::cast(perhaps_context)) &&
471 if (!heap->Contains(context)) {
472 Add("(Function context is outside heap)\n");
488 HEAP->Contains(HeapObject::cast(f)) &&
489 HEAP->Contains(HeapObject::cast(f)->map()) &&
513 Add("/* warning: 'function' was not a heap object */ ");
516 if (!HEAP->Contains(HeapObject::cast(f))) {
517 Add("/* warning: 'function' was not on the heap */ ");
520 if (!HEAP->Contains(HeapObject::cast(f)->map())) {
521 Add("/* warning: function's map was not on the heap */ ");
536 Heap* heap = HEAP;
537 for (Object* p = receiver; p != heap->null_value(); p = p->GetPrototype()) {
540 if (key != heap