Searched refs:generic_stub_call (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/x64/ |
D | stub-cache-x64.cc | 2957 Label generic_stub_call; in CompileConstructStub() local 2969 __ j(not_equal, &generic_stub_call); in CompileConstructStub() 2976 __ JumpIfSmi(rbx, &generic_stub_call); in CompileConstructStub() 2978 __ j(not_equal, &generic_stub_call); in CompileConstructStub() 2994 &generic_stub_call, NO_ALLOCATION_FLAGS); in CompileConstructStub() 3066 __ bind(&generic_stub_call); in CompileConstructStub()
|
/external/v8/src/ia32/ |
D | stub-cache-ia32.cc | 3134 Label generic_stub_call; in CompileConstructStub() local 3142 __ j(not_equal, &generic_stub_call); in CompileConstructStub() 3148 __ JumpIfSmi(ebx, &generic_stub_call); in CompileConstructStub() 3150 __ j(not_equal, &generic_stub_call); in CompileConstructStub() 3167 &generic_stub_call, NO_ALLOCATION_FLAGS); in CompileConstructStub() 3249 __ bind(&generic_stub_call); in CompileConstructStub()
|
/external/v8/src/arm/ |
D | stub-cache-arm.cc | 3171 Label generic_stub_call; in CompileConstructStub() local 3183 __ b(ne, &generic_stub_call); in CompileConstructStub() 3190 __ JumpIfSmi(r2, &generic_stub_call); in CompileConstructStub() 3192 __ b(ne, &generic_stub_call); in CompileConstructStub() 3210 __ AllocateInNewSpace(r3, r4, r5, r6, &generic_stub_call, SIZE_IN_WORDS); in CompileConstructStub() 3293 __ bind(&generic_stub_call); in CompileConstructStub()
|
/external/v8/src/mips/ |
D | stub-cache-mips.cc | 3157 Label generic_stub_call; in CompileConstructStub() local 3168 __ Branch(&generic_stub_call, ne, a2, Operand(t7)); in CompileConstructStub() 3175 __ JumpIfSmi(a2, &generic_stub_call); in CompileConstructStub() 3177 __ Branch(&generic_stub_call, ne, t0, Operand(MAP_TYPE)); in CompileConstructStub() 3196 __ AllocateInNewSpace(a3, t4, t5, t6, &generic_stub_call, SIZE_IN_WORDS); in CompileConstructStub() 3286 __ bind(&generic_stub_call); in CompileConstructStub()
|