Searched defs:check_for_strings (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.cc4281 Label check_for_strings; local
4283 BranchIfNotInternalizedString(masm, &check_for_strings, eax, ecx);
4284 BranchIfNotInternalizedString(masm, &check_for_strings, edx, ecx);
4292 __ bind(&check_for_strings);
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.cc3402 Label check_for_strings; local
3405 masm, &check_for_strings, rax, kScratchRegister);
3407 masm, &check_for_strings, rdx, kScratchRegister);
3415 __ 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);
/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);

Completed in 207 milliseconds