Home | History | Annotate | Download | only in mips

Lines Matching full:heap

196   __ LoadRoot(at, Heap::kEmptyFixedArrayRootIndex);
208 // t2: destination FixedDoubleArray, not tagged as heap object
211 __ LoadRoot(t5, Heap::kFixedDoubleArrayMapRootIndex);
287 // Restore a "smi-untagged" heap object.
290 __ LoadRoot(at, Heap::kTheHoleValueRootIndex);
324 __ LoadRoot(at, Heap::kEmptyFixedArrayRootIndex);
337 // t2: destination FixedArray, not tagged as heap object
339 __ LoadRoot(t5, Heap::kFixedArrayMapRootIndex);
349 __ LoadRoot(t3, Heap::kTheHoleValueRootIndex);
350 __ LoadRoot(t5, Heap::kHeapNumberMapRootIndex);
357 // t5: heap number map
373 // Non-hole double, copy value into a heap number.
375 // a2: new heap number
460 __ LoadRoot(at, Heap::kempty_stringRootIndex);