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 164 Label rt_call, allocated; local
171 __ j(not_equal, &rt_call);
179 __ JumpIfSmi(eax, &rt_call);
183 __ j(not_equal, &rt_call);
191 __ j(equal, &rt_call);
219 __ Allocate(edi, ebx, edi, no_reg, &rt_call, NO_ALLOCATION_FLAGS);
339 __ bind(&rt_call);
    [all...]
  /external/chromium_org/v8/src/x64/
builtins-x64.cc 166 Label rt_call, allocated; local
175 __ j(not_equal, &rt_call);
184 __ JumpIfSmi(rax, &rt_call);
188 __ j(not_equal, &rt_call);
196 __ j(equal, &rt_call);
227 &rt_call,
348 __ bind(&rt_call);
    [all...]
  /external/chromium_org/v8/src/arm/
builtins-arm.cc 386 Label rt_call, allocated; local
395 __ b(ne, &rt_call);
401 __ JumpIfSmi(r2, &rt_call);
403 __ b(ne, &rt_call);
411 __ b(eq, &rt_call);
440 __ Allocate(r3, r4, r5, r6, &rt_call, SIZE_IN_WORDS);
583 __ bind(&rt_call);
    [all...]
  /external/chromium_org/v8/src/mips/
builtins-mips.cc 401 Label rt_call, allocated; local
411 __ Branch(&rt_call, ne, a2, Operand(zero_reg));
417 __ JumpIfSmi(a2, &rt_call);
419 __ Branch(&rt_call, ne, t4, Operand(MAP_TYPE));
427 __ Branch(&rt_call, eq, a3, Operand(JS_FUNCTION_TYPE));
456 __ Allocate(a3, t4, t5, t6, &rt_call, SIZE_IN_WORDS);
603 __ 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 391 milliseconds