Searched refs:not_both_strings (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 501 Label* not_both_strings) { in EmitCheckForInternalizedStringsOrObjects() argument 513 __ b(ge, not_both_strings); in EmitCheckForInternalizedStringsOrObjects() 524 __ b(lt, not_both_strings); in EmitCheckForInternalizedStringsOrObjects() 526 __ b(lt, not_both_strings); in EmitCheckForInternalizedStringsOrObjects()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 520 Label* not_both_strings) { in EmitCheckForInternalizedStringsOrObjects() argument 532 __ Branch(not_both_strings, ge, a3, Operand(FIRST_NONSTRING_TYPE)); in EmitCheckForInternalizedStringsOrObjects() 542 __ Branch(not_both_strings, lt, a2, Operand(FIRST_JS_RECEIVER_TYPE)); in EmitCheckForInternalizedStringsOrObjects() 544 __ Branch(not_both_strings, lt, a3, Operand(FIRST_JS_RECEIVER_TYPE)); in EmitCheckForInternalizedStringsOrObjects()
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 518 Label* not_both_strings) { in EmitCheckForInternalizedStringsOrObjects() argument 529 __ bge(not_both_strings); in EmitCheckForInternalizedStringsOrObjects() 540 __ blt(not_both_strings); in EmitCheckForInternalizedStringsOrObjects() 542 __ blt(not_both_strings); in EmitCheckForInternalizedStringsOrObjects()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 516 Label* not_both_strings) { in EmitCheckForInternalizedStringsOrObjects() argument 528 __ Branch(not_both_strings, ge, a3, Operand(FIRST_NONSTRING_TYPE)); in EmitCheckForInternalizedStringsOrObjects() 538 __ Branch(not_both_strings, lt, a2, Operand(FIRST_JS_RECEIVER_TYPE)); in EmitCheckForInternalizedStringsOrObjects() 540 __ Branch(not_both_strings, lt, a3, Operand(FIRST_JS_RECEIVER_TYPE)); in EmitCheckForInternalizedStringsOrObjects()
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 454 Label* not_both_strings) { in EmitCheckForInternalizedStringsOrObjects() argument 464 __ Tbnz(left_type, MaskToBit(kIsNotStringMask), not_both_strings); in EmitCheckForInternalizedStringsOrObjects() 480 __ B(lt, not_both_strings); in EmitCheckForInternalizedStringsOrObjects()
|