Home | History | Annotate | Download | only in src

Lines Matching refs:HEAP

1792     // represented as either a smi or heap number.
2210 ASSERT(!HEAP->IsAllocationAllowed());
2378 bool InOldSpace() const { return !HEAP->InNewSpace(*handle_); }
2381 Heap* heap = HEAP;
2382 if (*handle_ == heap->undefined_value()) return true;
2383 if (*handle_ == heap->null_value()) return true;
2384 if (*handle_ == heap->true_value()) return true;
2385 if (*handle_ == heap->false_value()) return true;
2386 if (*handle_ == heap->the_hole_value()) return true;
2387 if (*handle_ == heap->minus_zero_value()) return true;
2388 if (*handle_ == heap->nan_value()) return true;
2389 if (*handle_ == heap->empty_string()) return true;
2433 ASSERT(!HEAP->allow_allocation(false));
3470 ASSERT(!HEAP->allow_allocation(false));