Home | History | Annotate | Download | only in arm

Lines Matching defs:heap

101   __ LoadRoot(ip, Heap::kHashTableMapRootIndex);
328 __ LoadRoot(ip, Heap::kFixedArrayMapRootIndex);
344 __ LoadRoot(ip, Heap::kTheHoleValueRootIndex);
428 __ LoadRoot(ip, Heap::kTrueValueRootIndex);
431 __ LoadRoot(ip, Heap::kFalseValueRootIndex);
609 __ LoadRoot(ip, Heap::kHashTableMapRootIndex);
644 __ LoadRoot(ip, Heap::kHashTableMapRootIndex);
766 Heap* heap = masm->isolate()->heap();
781 Handle<Map> arguments_map(heap->non_strict_arguments_elements_map());
801 __ LoadRoot(scratch3, Heap::kTheHoleValueRootIndex);
828 Handle<Map> fixed_array_map(masm->isolate()->heap()->fixed_array_map());
859 __ LoadRoot(r3, Heap::kTheHoleValueRootIndex);
916 __ LoadRoot(r3, Heap::kTheHoleValueRootIndex);
1001 __ LoadRoot(ip, Heap::kHashTableMapRootIndex);
1024 __ LoadRoot(ip, Heap::kHashTableMapRootIndex);
1096 __ sub(r1, r1, Operand(kHeapObjectTag)); // Remove the heap tag.
1462 __ CompareRoot(r4, Heap::kHeapNumberMapRootIndex);
1580 __ CompareRoot(scratch, Heap::kHashTableMapRootIndex);