Searched refs:skip_allocation (Results 1 - 2 of 2) sorted by relevance
/external/v8/src/x64/ |
H A D | codegen-x64.cc | 8641 Label skip_allocation; local 8652 __ JumpIfNotSmi(rdx, &skip_allocation); 8655 __ bind(&skip_allocation); 8661 __ JumpIfNotSmi(rax, &skip_allocation); 8668 __ bind(&skip_allocation); 8685 Label skip_allocation, non_smi_result; local 8719 __ JumpIfNotSmi(rax, &skip_allocation); 8723 __ bind(&skip_allocation);
|
/external/v8/src/ia32/ |
H A D | codegen-ia32.cc | 7931 Label skip_allocation; local 7940 __ j(not_zero, &skip_allocation, not_taken); 7944 __ bind(&skip_allocation); 8078 Label skip_allocation; local 8092 __ j(not_zero, &skip_allocation, not_taken); 8099 __ bind(&skip_allocation); 8108 __ j(not_zero, &skip_allocation, not_taken); 8117 __ bind(&skip_allocation);
|
Completed in 58 milliseconds