Home
last modified time | relevance | path

Searched refs:fast_double_without_map_check (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/ic/x87/
Dic-x87.cc381 Label fast_double_without_map_check; in KeyedStoreGenerateMegamorphicHelper() local
457 __ j(not_equal, &fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
461 __ bind(&fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
487 __ jmp(&fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
/external/v8/src/ic/x64/
Dic-x64.cc383 Label fast_double_without_map_check; in KeyedStoreGenerateMegamorphicHelper() local
458 __ j(not_equal, &fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
461 __ bind(&fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
488 __ jmp(&fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
/external/v8/src/ic/ia32/
Dic-ia32.cc381 Label fast_double_without_map_check; in KeyedStoreGenerateMegamorphicHelper() local
457 __ j(not_equal, &fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
461 __ bind(&fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
487 __ jmp(&fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
/external/v8/src/ic/arm64/
Dic-arm64.cc493 Label fast_double_without_map_check; in KeyedStoreGenerateMegamorphicHelper() local
559 __ CompareAndBranch(x11, kHoleNanInt64, ne, &fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
562 __ Bind(&fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
587 __ B(&fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
/external/v8/src/ic/arm/
Dic-arm.cc482 Label fast_double_without_map_check; in KeyedStoreGenerateMegamorphicHelper() local
560 __ b(ne, &fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
563 __ bind(&fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
588 __ jmp(&fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
/external/v8/src/ic/mips64/
Dic-mips64.cc469 Label fast_double_without_map_check; in KeyedStoreGenerateMegamorphicHelper() local
556 __ Branch(&fast_double_without_map_check, ne, scratch, in KeyedStoreGenerateMegamorphicHelper()
560 __ bind(&fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
585 __ jmp(&fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
/external/v8/src/ic/ppc/
Dic-ppc.cc492 Label fast_double_without_map_check; in KeyedStoreGenerateMegamorphicHelper() local
573 __ bne(&fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
576 __ bind(&fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
601 __ b(&fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
/external/v8/src/ic/mips/
Dic-mips.cc472 Label fast_double_without_map_check; in KeyedStoreGenerateMegamorphicHelper() local
556 __ Branch(&fast_double_without_map_check, ne, scratch, in KeyedStoreGenerateMegamorphicHelper()
560 __ bind(&fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()
585 __ jmp(&fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper()