Lines Matching full:heap
345 if (!HEAP->Contains(map) ||
377 Heap* heap = HEAP;
380 if (element != heap->the_hole_value()) {
450 Heap* heap = isolate->heap();
451 if (!f->IsHeapObject() || !heap->Contains(HeapObject::cast(f))) {
456 !heap->Contains(map) ||
465 heap->Contains(HeapObject::cast(perhaps_context)) &&
468 if (!heap->Contains(context)) {
469 Add("(Function context is outside heap)\n");
485 HEAP->Contains(HeapObject::cast(f)) &&
486 HEAP->Contains(HeapObject::cast(f)->map()) &&
510 Add("/* warning: 'function' was not a heap object */ ");
513 if (!HEAP->Contains(HeapObject::cast(f))) {
514 Add("/* warning: 'function' was not on the heap */ ");
517 if (!HEAP->Contains(HeapObject::cast(f)->map())) {
518 Add("/* warning: function's map was not on the heap */ ");
533 Heap* heap = HEAP;
534 for (Object* p = receiver; p != heap->null_value(); p = p->GetPrototype()) {
537 if (key != heap->undefined_value()) {