Home
last modified time | relevance | path

Searched refs:not_both_strings (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm/
Dcode-stubs-arm.cc529 Label* not_both_strings) { in EmitCheckForInternalizedStringsOrObjects() argument
541 __ b(ge, not_both_strings); in EmitCheckForInternalizedStringsOrObjects()
552 __ b(lt, not_both_strings); in EmitCheckForInternalizedStringsOrObjects()
554 __ b(lt, not_both_strings); in EmitCheckForInternalizedStringsOrObjects()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc554 Label* not_both_strings) { in EmitCheckForInternalizedStringsOrObjects() argument
566 __ Branch(not_both_strings, ge, a3, Operand(FIRST_NONSTRING_TYPE)); in EmitCheckForInternalizedStringsOrObjects()
576 __ Branch(not_both_strings, lt, a2, Operand(FIRST_SPEC_OBJECT_TYPE)); in EmitCheckForInternalizedStringsOrObjects()
578 __ Branch(not_both_strings, lt, a3, Operand(FIRST_SPEC_OBJECT_TYPE)); in EmitCheckForInternalizedStringsOrObjects()
/external/v8/src/mips/
Dcode-stubs-mips.cc560 Label* not_both_strings) { in EmitCheckForInternalizedStringsOrObjects() argument
572 __ Branch(not_both_strings, ge, a3, Operand(FIRST_NONSTRING_TYPE)); in EmitCheckForInternalizedStringsOrObjects()
582 __ Branch(not_both_strings, lt, a2, Operand(FIRST_SPEC_OBJECT_TYPE)); in EmitCheckForInternalizedStringsOrObjects()
584 __ Branch(not_both_strings, lt, a3, Operand(FIRST_SPEC_OBJECT_TYPE)); in EmitCheckForInternalizedStringsOrObjects()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc426 Label* not_both_strings) { in EmitCheckForInternalizedStringsOrObjects() argument
436 __ Tbnz(left_type, MaskToBit(kIsNotStringMask), not_both_strings); in EmitCheckForInternalizedStringsOrObjects()
452 __ B(lt, not_both_strings); in EmitCheckForInternalizedStringsOrObjects()