Lines Matching full:heap
68 HEAP->undefined_value(),
69 HEAP->undefined_value());
145 ? lookup->holder() : isolate->heap()->null_value();
238 Code* code = Code::cast(isolate()->heap()->FindCodeObject(addr));
310 PatchInlinedLoad(address, HEAP->null_value());
328 Heap* heap = HEAP;
329 PatchInlinedLoad(address, heap->null_value(), 0);
331 heap->null_value(),
332 heap->null_value(),
348 PatchInlinedStore(address, HEAP->null_value(), 0);
366 PatchInlinedStore(address, HEAP->null_value());
373 PatchInlinedStore(address, HEAP->fixed_array_map());
869 name->Equals(isolate()->heap()->length_symbol())) {
901 name->Equals(isolate()->heap()->length_symbol())) {
919 name->Equals(isolate()->heap()->prototype_symbol()) &&
999 ASSERT(cell->value() != isolate()->heap()->the_hole_value());
1169 name->Equals(isolate()->heap()->length_symbol())) {
1186 name->Equals(isolate()->heap()->length_symbol())) {
1203 name->Equals(isolate()->heap()->prototype_symbol()) &&
1437 name->Equals(isolate()->heap()->length_symbol())) {
1457 && name->Equals(isolate()->heap()->length_symbol())
2090 // Arithmetic on two Smi inputs has yielded a heap number.
2092 // With 32-bit Smis, all overflows give heap numbers, but with