BranchIfNonSymbol  614 src/code-stubs.h   void BranchIfNonSymbol(MacroAssembler* masm,
BranchIfNonSymbol 4554 src/ia32/code-stubs-ia32.cc     BranchIfNonSymbol(masm, &check_for_strings, eax, ecx);
BranchIfNonSymbol 4555 src/ia32/code-stubs-ia32.cc     BranchIfNonSymbol(masm, &check_for_strings, edx, ecx);
BranchIfNonSymbol 3564 src/x64/code-stubs-x64.cc     BranchIfNonSymbol(masm, &check_for_strings, rax, kScratchRegister);
BranchIfNonSymbol 3565 src/x64/code-stubs-x64.cc     BranchIfNonSymbol(masm, &check_for_strings, rdx, kScratchRegister);