Lines Matching full:heap
47 code_object_ = Handle<Object>(isolate()->heap()->undefined_value(),
423 Heap::RootListIndex index,
430 Heap::RootListIndex index,
474 // register 'object' contains a heap object pointer. The heap object
510 // register 'object' contains a heap object pointer. The heap object
779 Heap::RootListIndex map_index,
1253 LoadRoot(ip, Heap::kGlobalContextMapRootIndex);
1271 LoadRoot(ip, Heap::kNullValueRootIndex);
1276 LoadRoot(ip, Heap::kGlobalContextMapRootIndex);
1517 Heap::kStringMapRootIndex,
1548 Heap::kAsciiStringMapRootIndex,
1568 Heap::kConsStringMapRootIndex,
1588 Heap::kConsAsciiStringMapRootIndex,
1612 Heap::RootListIndex index) {
1636 Heap::RootListIndex index,
1673 LoadRoot(ip, Heap::kTheHoleValueRootIndex);
1757 LoadRoot(r0, Heap::kUndefinedValueRootIndex, eq);
1776 LoadRoot(r4, Heap::kTheHoleValueRootIndex);
1816 LoadRoot(r0, Heap::kUndefinedValueRootIndex);
1865 // Check for heap number and load double value from it.
1896 // Tries to get a signed int32 out of a double precision floating point heap
2353 Heap::RootListIndex index) {
2368 LoadRoot(ip, Heap::kFixedArrayMapRootIndex);
2371 LoadRoot(ip, Heap::kFixedCOWArrayMapRootIndex);
2478 CheckMap(map, scratch, Heap::kMetaMapRootIndex, &fail, false);
2558 Heap::RootListIndex root_value_index,
2570 AssertRegisterIsRoot(heap_number_map, Heap::kHeapNumberMapRootIndex);
2614 // Allocates a heap number or jumps to the need_gc label if the young space
2621 // Allocate an object in the heap for the heap number and tag it as a heap
2630 // Store heap number map in the allocated object.
2631 AssertRegisterIsRoot(heap_number_map, Heap::kHeapNumberMapRootIndex);
2648 // Copies a fixed number of fields of heap objects from src to dst.