Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dcode-stubs-arm64.cc430 Label object_test; in EmitCheckForInternalizedStringsOrObjects() local
434 __ Tbnz(right_type, MaskToBit(kIsNotStringMask), &object_test); in EmitCheckForInternalizedStringsOrObjects()
444 __ Bind(&object_test); in EmitCheckForInternalizedStringsOrObjects()
/external/v8/src/arm/
Dcode-stubs-arm.cc534 Label object_test; in EmitCheckForInternalizedStringsOrObjects() local
537 __ b(ne, &object_test); in EmitCheckForInternalizedStringsOrObjects()
550 __ bind(&object_test); in EmitCheckForInternalizedStringsOrObjects()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc559 Label object_test; in EmitCheckForInternalizedStringsOrObjects() local
562 __ Branch(&object_test, ne, at, Operand(zero_reg)); in EmitCheckForInternalizedStringsOrObjects()
575 __ bind(&object_test); in EmitCheckForInternalizedStringsOrObjects()
/external/v8/src/mips/
Dcode-stubs-mips.cc565 Label object_test; in EmitCheckForInternalizedStringsOrObjects() local
568 __ Branch(&object_test, ne, at, Operand(zero_reg)); in EmitCheckForInternalizedStringsOrObjects()
581 __ bind(&object_test); in EmitCheckForInternalizedStringsOrObjects()