Searched refs:check_for_strings (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/x64/
H A Dcode-stubs-x64.cc3472 Label check_for_strings; local
3474 BranchIfNonSymbol(masm, &check_for_strings, rax, kScratchRegister);
3475 BranchIfNonSymbol(masm, &check_for_strings, rdx, kScratchRegister);
3483 __ bind(&check_for_strings);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc4463 Label check_for_strings; local
4465 BranchIfNonSymbol(masm, &check_for_strings, eax, ecx);
4466 BranchIfNonSymbol(masm, &check_for_strings, edx, ecx);
4474 __ bind(&check_for_strings);

Completed in 50 milliseconds