Home
last modified time | relevance | path

Searched refs:possible_strings (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/arm64/
Dcode-stubs-arm64.cc453 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/
Dcode-stubs-arm.cc500 Label* possible_strings, in EmitCheckForInternalizedStringsOrObjects() argument
511 __ b(ne, possible_strings); in EmitCheckForInternalizedStringsOrObjects()
515 __ b(ne, possible_strings); in EmitCheckForInternalizedStringsOrObjects()
/external/v8/src/mips/
Dcode-stubs-mips.cc519 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/
Dcode-stubs-ppc.cc517 Label* possible_strings, in EmitCheckForInternalizedStringsOrObjects() argument
527 __ bne(possible_strings, cr0); in EmitCheckForInternalizedStringsOrObjects()
531 __ bne(possible_strings, cr0); in EmitCheckForInternalizedStringsOrObjects()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc515 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()