Searched refs:CheckFastSmiOnlyElements (Results 1 – 16 of 16) sorted by relevance
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 360 void CheckFastSmiOnlyElements(Register map,
|
D | macro-assembler-ia32.cc | 407 void MacroAssembler::CheckFastSmiOnlyElements(Register map, in CheckFastSmiOnlyElements() function in v8::internal::MacroAssembler
|
D | stub-cache-ia32.cc | 1459 __ CheckFastSmiOnlyElements(ebx, &call_builtin); in CompileArrayPushCall() local
|
D | code-stubs-ia32.cc | 7325 __ CheckFastSmiOnlyElements(edi, &fast_elements, Label::kNear); in Generate() local
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 878 void CheckFastSmiOnlyElements(Register map,
|
D | stub-cache-x64.cc | 1426 __ CheckFastSmiOnlyElements(rbx, &call_builtin); in CompileArrayPushCall() local
|
D | macro-assembler-x64.cc | 2669 void MacroAssembler::CheckFastSmiOnlyElements(Register map, in CheckFastSmiOnlyElements() function in v8::internal::MacroAssembler
|
D | code-stubs-x64.cc | 6297 __ CheckFastSmiOnlyElements(rdi, &fast_elements); in Generate() local
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 798 void CheckFastSmiOnlyElements(Register map,
|
D | macro-assembler-arm.cc | 1892 void MacroAssembler::CheckFastSmiOnlyElements(Register map, in CheckFastSmiOnlyElements() function in v8::internal::MacroAssembler
|
D | stub-cache-arm.cc | 1578 __ CheckFastSmiOnlyElements(r3, r7, &call_builtin); in CompileArrayPushCall() local
|
D | code-stubs-arm.cc | 7375 __ CheckFastSmiOnlyElements(r2, r5, &fast_elements); in Generate() local
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 964 void CheckFastSmiOnlyElements(Register map,
|
D | stub-cache-mips.cc | 1576 __ CheckFastSmiOnlyElements(a3, t3, &call_builtin); in CompileArrayPushCall() local
|
D | macro-assembler-mips.cc | 3364 void MacroAssembler::CheckFastSmiOnlyElements(Register map, in CheckFastSmiOnlyElements() function in v8::internal::MacroAssembler
|
D | code-stubs-mips.cc | 7647 __ CheckFastSmiOnlyElements(a2, t1, &fast_elements); in Generate() local
|