Searched refs:possible_strings (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 453 Label* possible_strings, in EmitCheckForInternalizedStringsOrObjects() argument 463 __ Tbnz(right_type, MaskToBit(kIsNotInternalizedMask), possible_strings); in EmitCheckForInternalizedStringsOrObjects() 465 __ Tbnz(left_type, MaskToBit(kIsNotInternalizedMask), possible_strings); in EmitCheckForInternalizedStringsOrObjects()
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 500 Label* possible_strings, in EmitCheckForInternalizedStringsOrObjects() argument 511 __ b(ne, possible_strings); in EmitCheckForInternalizedStringsOrObjects() 515 __ b(ne, possible_strings); in EmitCheckForInternalizedStringsOrObjects()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 519 Label* possible_strings, in EmitCheckForInternalizedStringsOrObjects() argument 530 __ Branch(possible_strings, ne, at, Operand(zero_reg)); in EmitCheckForInternalizedStringsOrObjects() 534 __ Branch(possible_strings, ne, at, Operand(zero_reg)); in EmitCheckForInternalizedStringsOrObjects()
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 517 Label* possible_strings, in EmitCheckForInternalizedStringsOrObjects() argument 527 __ bne(possible_strings, cr0); in EmitCheckForInternalizedStringsOrObjects() 531 __ bne(possible_strings, cr0); in EmitCheckForInternalizedStringsOrObjects()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 515 Label* possible_strings, in EmitCheckForInternalizedStringsOrObjects() argument 526 __ Branch(possible_strings, ne, at, Operand(zero_reg)); in EmitCheckForInternalizedStringsOrObjects() 530 __ Branch(possible_strings, ne, at, Operand(zero_reg)); in EmitCheckForInternalizedStringsOrObjects()
|