/external/clang/test/CodeGen/ |
function-attributes.c | 103 // CHECK: [[RT_CALL:#[0-9]+]] 113 // CHECK: [[RT_CALL]] 124 // CHECK: [[RT_CALL]] 137 // CHECK: attributes [[RT_CALL]] = { nounwind optsize returns_twice }
|
/external/chromium_org/v8/src/arm64/ |
builtins-arm64.cc | 342 Label rt_call, allocated; local 349 __ Cbnz(x2, &rt_call); 355 __ JumpIfSmi(init_map, &rt_call); 356 __ JumpIfNotObjectType(init_map, x10, x11, MAP_TYPE, &rt_call); 362 __ B(eq, &rt_call); 396 __ Allocate(x7, new_obj, x10, x11, &rt_call, SIZE_IN_WORDS); 398 __ Allocate(obj_size, new_obj, x10, x11, &rt_call, SIZE_IN_WORDS); 538 __ Bind(&rt_call); [all...] |
/external/chromium_org/v8/src/arm/ |
builtins-arm.cc | 346 Label rt_call, allocated; local 354 __ b(ne, &rt_call); 359 __ JumpIfSmi(r2, &rt_call); 361 __ b(ne, &rt_call); 369 __ b(eq, &rt_call); 404 __ Allocate(r3, r4, r5, r6, &rt_call, SIZE_IN_WORDS); 572 __ bind(&rt_call); [all...] |
/external/chromium_org/v8/src/ia32/ |
builtins-ia32.cc | 133 Label rt_call, allocated; local 139 __ j(not_equal, &rt_call); 146 __ JumpIfSmi(eax, &rt_call); 150 __ j(not_equal, &rt_call); 158 __ j(equal, &rt_call); 199 __ Allocate(edi, ebx, edi, no_reg, &rt_call, NO_ALLOCATION_FLAGS); 347 __ bind(&rt_call); [all...] |
/external/chromium_org/v8/src/mips/ |
builtins-mips.cc | 356 Label rt_call, allocated; local 365 __ Branch(&rt_call, ne, a2, Operand(zero_reg)); 370 __ JumpIfSmi(a2, &rt_call); 372 __ Branch(&rt_call, ne, t4, Operand(MAP_TYPE)); 380 __ Branch(&rt_call, eq, a3, Operand(JS_FUNCTION_TYPE)); 414 __ Allocate(a3, t4, t5, t6, &rt_call, SIZE_IN_WORDS); 594 __ bind(&rt_call); [all...] |
/external/chromium_org/v8/src/x64/ |
builtins-x64.cc | 132 Label rt_call, allocated; local 140 __ j(not_equal, &rt_call); 148 __ JumpIfSmi(rax, &rt_call); 152 __ j(not_equal, &rt_call); 160 __ j(equal, &rt_call); 203 &rt_call, 349 __ bind(&rt_call); [all...] |
/external/chromium_org/v8/src/x87/ |
builtins-x87.cc | 133 Label rt_call, allocated; local 139 __ j(not_equal, &rt_call); 146 __ JumpIfSmi(eax, &rt_call); 150 __ j(not_equal, &rt_call); 158 __ j(equal, &rt_call); 199 __ Allocate(edi, ebx, edi, no_reg, &rt_call, NO_ALLOCATION_FLAGS); 347 __ bind(&rt_call); [all...] |