Searched refs:failed_allocation (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/ia32/
H A Dstub-cache-ia32.cc3328 Label miss_force_generic, failed_allocation, slow; local
3421 __ AllocateHeapNumber(ecx, ebx, edi, &failed_allocation);
3430 __ AllocateHeapNumber(ecx, ebx, edi, &failed_allocation);
3442 __ bind(&failed_allocation);
/external/v8/src/arm/
H A Dstub-cache-arm.cc3388 Label miss_force_generic, slow, failed_allocation; local
/external/v8/src/mips/
H A Dstub-cache-mips.cc3383 Label miss_force_generic, slow, failed_allocation; local

Completed in 114 milliseconds