Searched refs:slow_allocate_heapnumber (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/ia32/
H A Dstub-cache-ia32.cc3716 Label miss_force_generic, slow_allocate_heapnumber; local
3745 __ AllocateHeapNumber(ecx, ebx, edi, &slow_allocate_heapnumber);
3756 __ bind(&slow_allocate_heapnumber);
H A Dcode-stubs-ia32.cc981 Label slow_allocate_heapnumber, heapnumber_allocated; local
982 __ AllocateHeapNumber(eax, ebx, ecx, &slow_allocate_heapnumber);
985 __ bind(&slow_allocate_heapnumber);
1028 Label slow_allocate_heapnumber, heapnumber_allocated; local
1030 __ AllocateHeapNumber(eax, edx, edi, &slow_allocate_heapnumber);
1033 __ bind(&slow_allocate_heapnumber);
H A Dfull-codegen-ia32.cc2871 Label slow_allocate_heapnumber; local
2874 __ AllocateHeapNumber(edi, ebx, ecx, &slow_allocate_heapnumber);
2877 __ bind(&slow_allocate_heapnumber);
/external/v8/src/x64/
H A Dstub-cache-x64.cc3491 Label miss_force_generic, slow_allocate_heapnumber; local
3517 __ AllocateHeapNumber(rcx, rbx, &slow_allocate_heapnumber);
3523 __ bind(&slow_allocate_heapnumber);
H A Dfull-codegen-x64.cc2764 Label slow_allocate_heapnumber; local
2767 __ AllocateHeapNumber(rbx, rcx, &slow_allocate_heapnumber);
2770 __ bind(&slow_allocate_heapnumber);
H A Dcode-stubs-x64.cc808 Label slow_allocate_heapnumber, heapnumber_allocated; local
809 __ AllocateHeapNumber(rcx, rbx, &slow_allocate_heapnumber);
812 __ bind(&slow_allocate_heapnumber);
/external/v8/src/arm/
H A Dcode-stubs-arm.cc2072 Label slow_allocate_heapnumber, heapnumber_allocated; local
2073 __ AllocateHeapNumber(r1, r2, r3, r6, &slow_allocate_heapnumber);
2076 __ bind(&slow_allocate_heapnumber);
2118 Label slow_allocate_heapnumber, heapnumber_allocated; local
2120 __ AllocateHeapNumber(r2, r3, r4, r6, &slow_allocate_heapnumber);
2123 __ bind(&slow_allocate_heapnumber);
H A Dfull-codegen-arm.cc2933 Label slow_allocate_heapnumber; local
2937 __ AllocateHeapNumber(r4, r1, r2, r6, &slow_allocate_heapnumber);
2940 __ bind(&slow_allocate_heapnumber);
H A Dstub-cache-arm.cc4090 Label miss_force_generic, slow_allocate_heapnumber; local
4128 heap_number_map, &slow_allocate_heapnumber);
4142 __ bind(&slow_allocate_heapnumber);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc2155 Label slow_allocate_heapnumber, heapnumber_allocated; local
2156 __ AllocateHeapNumber(a1, a2, a3, t2, &slow_allocate_heapnumber);
2159 __ bind(&slow_allocate_heapnumber);
2202 Label slow_allocate_heapnumber, heapnumber_allocated; local
2204 __ AllocateHeapNumber(a2, a3, t0, t2, &slow_allocate_heapnumber);
2207 __ bind(&slow_allocate_heapnumber);
H A Dfull-codegen-mips.cc2952 Label slow_allocate_heapnumber; local
2958 __ AllocateHeapNumber(s0, a1, a2, t6, &slow_allocate_heapnumber);
2961 __ bind(&slow_allocate_heapnumber);
H A Dstub-cache-mips.cc4147 Label miss_force_generic, slow_allocate_heapnumber; local
4183 heap_number_map, &slow_allocate_heapnumber);
4197 __ bind(&slow_allocate_heapnumber);

Completed in 212 milliseconds