Searched refs:fast_double_without_map_check (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ic/x87/ |
D | ic-x87.cc | 381 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/ |
D | ic-x64.cc | 383 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/ |
D | ic-ia32.cc | 381 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/ |
D | ic-arm64.cc | 493 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/ |
D | ic-arm.cc | 482 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/ |
D | ic-mips64.cc | 469 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/ |
D | ic-ppc.cc | 492 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/ |
D | ic-mips.cc | 472 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()
|