HomeSort by relevance Sort by last modified time
    Searched full:rt_call (Results 1 - 9 of 9) sorted by null

  /external/clang/test/CodeGen/
function-attributes.c 102 // CHECK: [[RT_CALL:#[0-9]+]]
112 // CHECK: [[RT_CALL]]
126 // CHECK: attributes [[RT_CALL]] = { nounwind optsize returns_twice }
  /external/chromium_org/v8/src/ia32/
builtins-ia32.cc 155 Label rt_call, allocated; local
162 __ j(not_equal, &rt_call);
170 __ JumpIfSmi(eax, &rt_call);
174 __ j(not_equal, &rt_call);
182 __ j(equal, &rt_call);
210 __ Allocate(edi, ebx, edi, no_reg, &rt_call, NO_ALLOCATION_FLAGS);
330 __ bind(&rt_call);
    [all...]
  /external/chromium_org/v8/src/arm/
builtins-arm.cc 369 Label rt_call, allocated; local
378 __ b(ne, &rt_call);
384 __ JumpIfSmi(r2, &rt_call);
386 __ b(ne, &rt_call);
394 __ b(eq, &rt_call);
423 __ Allocate(r3, r4, r5, r6, &rt_call, SIZE_IN_WORDS);
561 __ bind(&rt_call);
    [all...]
  /external/chromium_org/v8/src/mips/
builtins-mips.cc 380 Label rt_call, allocated; local
390 __ Branch(&rt_call, ne, a2, Operand(zero_reg));
396 __ JumpIfSmi(a2, &rt_call);
398 __ Branch(&rt_call, ne, t4, Operand(MAP_TYPE));
406 __ Branch(&rt_call, eq, a3, Operand(JS_FUNCTION_TYPE));
432 __ Allocate(a3, t4, t5, t6, &rt_call, SIZE_IN_WORDS);
579 __ bind(&rt_call);
    [all...]
  /external/chromium_org/v8/src/x64/
builtins-x64.cc 154 Label rt_call, allocated; local
163 __ j(not_equal, &rt_call);
172 __ JumpIfSmi(rax, &rt_call);
176 __ j(not_equal, &rt_call);
184 __ j(equal, &rt_call);
215 &rt_call,
336 __ bind(&rt_call);
    [all...]
  /external/v8/src/arm/
builtins-arm.cc 725 Label rt_call, allocated; local
734 __ b(ne, &rt_call);
740 __ JumpIfSmi(r2, &rt_call);
742 __ b(ne, &rt_call);
750 __ b(eq, &rt_call);
779 __ AllocateInNewSpace(r3, r4, r5, r6, &rt_call, SIZE_IN_WORDS);
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 101 Label rt_call, allocated; local
108 __ j(not_equal, &rt_call);
116 __ JumpIfSmi(eax, &rt_call);
120 __ j(not_equal, &rt_call);
128 __ j(equal, &rt_call);
157 edi, ebx, edi, no_reg, &rt_call, NO_ALLOCATION_FLAGS);
276 __ bind(&rt_call);
    [all...]
  /external/v8/src/mips/
builtins-mips.cc 748 Label rt_call, allocated; local
758 __ Branch(&rt_call, ne, a2, Operand(zero_reg));
764 __ JumpIfSmi(a2, &rt_call);
766 __ Branch(&rt_call, ne, t4, Operand(MAP_TYPE));
774 __ Branch(&rt_call, eq, a3, Operand(JS_FUNCTION_TYPE));
803 __ AllocateInNewSpace(a3, t4, t5, t6, &rt_call, SIZE_IN_WORDS);
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 100 Label rt_call, allocated; local
109 __ j(not_equal, &rt_call);
118 __ JumpIfSmi(rax, &rt_call);
122 __ j(not_equal, &rt_call);
130 __ j(equal, &rt_call);
161 &rt_call,
282 __ bind(&rt_call);
    [all...]

Completed in 120 milliseconds