Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dcode-stubs-arm64.cc458 Label object_test; in EmitCheckForInternalizedStringsOrObjects() local
462 __ Tbnz(right_type, MaskToBit(kIsNotStringMask), &object_test); in EmitCheckForInternalizedStringsOrObjects()
472 __ Bind(&object_test); in EmitCheckForInternalizedStringsOrObjects()
/external/v8/src/arm/
Dcode-stubs-arm.cc506 Label object_test; in EmitCheckForInternalizedStringsOrObjects() local
509 __ b(ne, &object_test); in EmitCheckForInternalizedStringsOrObjects()
522 __ bind(&object_test); in EmitCheckForInternalizedStringsOrObjects()
/external/v8/src/mips/
Dcode-stubs-mips.cc525 Label object_test; in EmitCheckForInternalizedStringsOrObjects() local
528 __ Branch(&object_test, ne, at, Operand(zero_reg)); in EmitCheckForInternalizedStringsOrObjects()
541 __ bind(&object_test); in EmitCheckForInternalizedStringsOrObjects()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc522 Label object_test; in EmitCheckForInternalizedStringsOrObjects() local
525 __ bne(&object_test, cr0); in EmitCheckForInternalizedStringsOrObjects()
538 __ bind(&object_test); in EmitCheckForInternalizedStringsOrObjects()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc521 Label object_test; in EmitCheckForInternalizedStringsOrObjects() local
524 __ Branch(&object_test, ne, at, Operand(zero_reg)); in EmitCheckForInternalizedStringsOrObjects()
537 __ bind(&object_test); in EmitCheckForInternalizedStringsOrObjects()