CheckFastSmiElements 7477 src/arm/code-stubs-arm.cc   __ CheckFastSmiElements(r2, r5, &fast_elements);
CheckFastSmiElements  806 src/arm/macro-assembler-arm.h   void CheckFastSmiElements(Register map,
CheckFastSmiElements 1633 src/arm/stub-cache-arm.cc         __ CheckFastSmiElements(r3, r7, &call_builtin);
CheckFastSmiElements 7418 src/ia32/code-stubs-ia32.cc   __ CheckFastSmiElements(edi, &fast_elements, Label::kNear);
CheckFastSmiElements  378 src/ia32/macro-assembler-ia32.h   void CheckFastSmiElements(Register map,
CheckFastSmiElements 1512 src/ia32/stub-cache-ia32.cc         __ CheckFastSmiElements(ebx, &call_builtin);
CheckFastSmiElements 7724 src/mips/code-stubs-mips.cc   __ CheckFastSmiElements(a2, t1, &fast_elements);
CheckFastSmiElements  965 src/mips/macro-assembler-mips.h   void CheckFastSmiElements(Register map,
CheckFastSmiElements 1638 src/mips/stub-cache-mips.cc         __ CheckFastSmiElements(a3, t3, &call_builtin);
CheckFastSmiElements 6369 src/x64/code-stubs-x64.cc   __ CheckFastSmiElements(rdi, &fast_elements);
CheckFastSmiElements  885 src/x64/macro-assembler-x64.h   void CheckFastSmiElements(Register map,
CheckFastSmiElements 1485 src/x64/stub-cache-x64.cc         __ CheckFastSmiElements(rbx, &call_builtin);