Searched refs:non_double_value (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ic/x87/ |
D | ic-x87.cc | 380 Label finish_object_store, non_double_value, transition_double_elements; in KeyedStoreGenerateMegamorphicHelper() local 476 &non_double_value, DONT_DO_SMI_CHECK); in KeyedStoreGenerateMegamorphicHelper() 489 __ bind(&non_double_value); in KeyedStoreGenerateMegamorphicHelper()
|
/external/v8/src/ic/x64/ |
D | ic-x64.cc | 382 Label finish_object_store, non_double_value, transition_double_elements; in KeyedStoreGenerateMegamorphicHelper() local 477 __ j(not_equal, &non_double_value); in KeyedStoreGenerateMegamorphicHelper() 490 __ bind(&non_double_value); in KeyedStoreGenerateMegamorphicHelper()
|
/external/v8/src/ic/ia32/ |
D | ic-ia32.cc | 380 Label finish_object_store, non_double_value, transition_double_elements; in KeyedStoreGenerateMegamorphicHelper() local 476 &non_double_value, DONT_DO_SMI_CHECK); in KeyedStoreGenerateMegamorphicHelper() 489 __ bind(&non_double_value); in KeyedStoreGenerateMegamorphicHelper()
|
/external/v8/src/ic/arm64/ |
D | ic-arm64.cc | 494 Label non_double_value; in KeyedStoreGenerateMegamorphicHelper() local 576 __ JumpIfNotRoot(x10, Heap::kHeapNumberMapRootIndex, &non_double_value); in KeyedStoreGenerateMegamorphicHelper() 589 __ Bind(&non_double_value); in KeyedStoreGenerateMegamorphicHelper()
|
/external/v8/src/ic/arm/ |
D | ic-arm.cc | 481 Label finish_object_store, non_double_value, transition_double_elements; in KeyedStoreGenerateMegamorphicHelper() local 577 __ b(ne, &non_double_value); in KeyedStoreGenerateMegamorphicHelper() 590 __ bind(&non_double_value); in KeyedStoreGenerateMegamorphicHelper()
|
/external/v8/src/ic/mips64/ |
D | ic-mips64.cc | 468 Label finish_object_store, non_double_value, transition_double_elements; in KeyedStoreGenerateMegamorphicHelper() local 574 __ Branch(&non_double_value, ne, scratch, Operand(at)); in KeyedStoreGenerateMegamorphicHelper() 587 __ bind(&non_double_value); in KeyedStoreGenerateMegamorphicHelper()
|
/external/v8/src/ic/ppc/ |
D | ic-ppc.cc | 491 Label finish_object_store, non_double_value, transition_double_elements; in KeyedStoreGenerateMegamorphicHelper() local 590 __ bne(&non_double_value); in KeyedStoreGenerateMegamorphicHelper() 603 __ bind(&non_double_value); in KeyedStoreGenerateMegamorphicHelper()
|
/external/v8/src/ic/mips/ |
D | ic-mips.cc | 471 Label finish_object_store, non_double_value, transition_double_elements; in KeyedStoreGenerateMegamorphicHelper() local 574 __ Branch(&non_double_value, ne, scratch, Operand(at)); in KeyedStoreGenerateMegamorphicHelper() 587 __ bind(&non_double_value); in KeyedStoreGenerateMegamorphicHelper()
|