Searched refs:fast_object_grow (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/ic/arm64/
H A Dic-arm64.cc339 Label fast_object_grow; local
428 __ B(eq, &fast_object_grow);
451 KeyedStoreGenerateMegamorphicHelper(masm, &fast_object_grow,
/external/v8/src/ic/ia32/
H A Dic-ia32.cc265 Label slow, fast_object, fast_object_grow; local
337 __ jmp(&fast_object_grow);
360 KeyedStoreGenerateMegamorphicHelper(masm, &fast_object_grow,
/external/v8/src/ic/x64/
H A Dic-x64.cc264 Label slow, slow_with_tagged_index, fast_object, fast_object_grow; local
343 __ jmp(&fast_object_grow);
365 KeyedStoreGenerateMegamorphicHelper(masm, &fast_object_grow,
/external/v8/src/ic/x87/
H A Dic-x87.cc265 Label slow, fast_object, fast_object_grow; local
337 __ jmp(&fast_object_grow);
360 KeyedStoreGenerateMegamorphicHelper(masm, &fast_object_grow,
/external/v8/src/ic/arm/
H A Dic-arm.cc369 Label slow, fast_object, fast_object_grow; local
466 __ jmp(&fast_object_grow);
488 KeyedStoreGenerateMegamorphicHelper(masm, &fast_object_grow,
/external/v8/src/ic/mips/
H A Dic-mips.cc356 Label slow, fast_object, fast_object_grow; local
442 __ jmp(&fast_object_grow);
461 KeyedStoreGenerateMegamorphicHelper(masm, &fast_object_grow,
/external/v8/src/ic/mips64/
H A Dic-mips64.cc361 Label slow, fast_object, fast_object_grow; local
445 __ jmp(&fast_object_grow);
464 KeyedStoreGenerateMegamorphicHelper(masm, &fast_object_grow,
/external/v8/src/ic/ppc/
H A Dic-ppc.cc376 Label slow, fast_object, fast_object_grow; local
464 __ b(&fast_object_grow);
486 KeyedStoreGenerateMegamorphicHelper(masm, &fast_object_grow,
/external/v8/src/ic/s390/
H A Dic-s390.cc371 Label slow, fast_object, fast_object_grow; local
456 __ b(&fast_object_grow);
477 KeyedStoreGenerateMegamorphicHelper(masm, &fast_object_grow,

Completed in 75 milliseconds