Searched refs:possible_strings (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 425 Label* possible_strings, in EmitCheckForInternalizedStringsOrObjects() argument 435 __ Tbnz(right_type, MaskToBit(kIsNotInternalizedMask), possible_strings); in EmitCheckForInternalizedStringsOrObjects() 437 __ Tbnz(left_type, MaskToBit(kIsNotInternalizedMask), possible_strings); in EmitCheckForInternalizedStringsOrObjects()
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 528 Label* possible_strings, in EmitCheckForInternalizedStringsOrObjects() argument 539 __ b(ne, possible_strings); in EmitCheckForInternalizedStringsOrObjects() 543 __ b(ne, possible_strings); in EmitCheckForInternalizedStringsOrObjects()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 553 Label* possible_strings, in EmitCheckForInternalizedStringsOrObjects() argument 564 __ Branch(possible_strings, ne, at, Operand(zero_reg)); in EmitCheckForInternalizedStringsOrObjects() 568 __ Branch(possible_strings, ne, at, Operand(zero_reg)); in EmitCheckForInternalizedStringsOrObjects()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 559 Label* possible_strings, in EmitCheckForInternalizedStringsOrObjects() argument 570 __ Branch(possible_strings, ne, at, Operand(zero_reg)); in EmitCheckForInternalizedStringsOrObjects() 574 __ Branch(possible_strings, ne, at, Operand(zero_reg)); in EmitCheckForInternalizedStringsOrObjects()
|