Searched refs:heapnumber_allocated (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/arm/
H A Dcode-stubs-arm.cc2072 Label slow_allocate_heapnumber, heapnumber_allocated; local
2074 __ jmp(&heapnumber_allocated);
2085 __ bind(&heapnumber_allocated);
2118 Label slow_allocate_heapnumber, heapnumber_allocated; local
2121 __ jmp(&heapnumber_allocated);
2139 __ bind(&heapnumber_allocated);
H A Dfull-codegen-arm.cc2934 Label heapnumber_allocated; local
2938 __ jmp(&heapnumber_allocated);
2945 __ bind(&heapnumber_allocated);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc981 Label slow_allocate_heapnumber, heapnumber_allocated; local
983 __ jmp(&heapnumber_allocated, Label::kNear);
993 __ bind(&heapnumber_allocated);
1028 Label slow_allocate_heapnumber, heapnumber_allocated; local
1031 __ jmp(&heapnumber_allocated);
1049 __ bind(&heapnumber_allocated);
H A Dfull-codegen-ia32.cc2872 Label heapnumber_allocated; local
2875 __ jmp(&heapnumber_allocated);
2882 __ bind(&heapnumber_allocated);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc2155 Label slow_allocate_heapnumber, heapnumber_allocated; local
2157 __ jmp(&heapnumber_allocated);
2168 __ bind(&heapnumber_allocated);
2202 Label slow_allocate_heapnumber, heapnumber_allocated; local
2205 __ jmp(&heapnumber_allocated);
2224 __ bind(&heapnumber_allocated);
H A Dfull-codegen-mips.cc2953 Label heapnumber_allocated; local
2959 __ jmp(&heapnumber_allocated);
2967 __ bind(&heapnumber_allocated);
/external/v8/src/x64/
H A Dfull-codegen-x64.cc2765 Label heapnumber_allocated; local
2768 __ jmp(&heapnumber_allocated);
2775 __ bind(&heapnumber_allocated);
H A Dcode-stubs-x64.cc808 Label slow_allocate_heapnumber, heapnumber_allocated; local
810 __ jmp(&heapnumber_allocated);
820 __ bind(&heapnumber_allocated);

Completed in 1562 milliseconds