Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dcode-stubs-arm64.cc425 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/
Dcode-stubs-arm.cc528 Label* possible_strings, in EmitCheckForInternalizedStringsOrObjects() argument
539 __ b(ne, possible_strings); in EmitCheckForInternalizedStringsOrObjects()
543 __ b(ne, possible_strings); in EmitCheckForInternalizedStringsOrObjects()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc553 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/
Dcode-stubs-mips.cc559 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()