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

  /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 4695 milliseconds