Home | History | Annotate | Download | only in mips

Lines Matching defs:allocated

108   // as the map of the allocated object.
115 // write barrier because the allocated object is in new space.
2225 __ mov(v0, a2); // Move newly allocated heap number to v0.
2746 // heap number cannot be allocated the code jumps to the lable gc_required.
2766 // If heap number results are possible generate the result in an allocated
2784 // cannot be allocated.
3304 Label skip_allocation, allocated;
3312 __ Branch(&allocated);
3316 __ bind(&allocated);
4504 // t2 : allocated object (tagged)
4609 // Set up the elements pointer in the allocated arguments object.
4610 // If we allocated a parameter map, t0 will point there, otherwise
4785 // Set up the elements pointer in the allocated arguments object and
4853 // Ensure that a RegExp stack is allocated.
5283 // v0: Start of allocated area, object-tagged.
5289 // Set elements to point to FixedArray allocated right after the JSArray.
5769 // of a string will not read outside the allocated area (because we pad up
6571 Label non_ascii, allocated, ascii_data;
6581 __ bind(&allocated);
6605 __ Branch(&allocated);
7038 // stack, thus dropping the allocated space for the return value.