Home
last modified time | relevance | path

Searched refs:SLOW_STRING_WRAPPER_ELEMENTS (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/
Delements-kind.h40 SLOW_STRING_WRAPPER_ELEMENTS, enumerator
97 kind == SLOW_STRING_WRAPPER_ELEMENTS; in IsStringWrapperElementsKind()
Delements-kind.cc41 case SLOW_STRING_WRAPPER_ELEMENTS: in ElementsKindToShiftSize()
Delements.cc80 V(SlowStringWrapperElementsAccessor, SLOW_STRING_WRAPPER_ELEMENTS, \
1925 case SLOW_STRING_WRAPPER_ELEMENTS: in CopyElementsImpl()
2047 case SLOW_STRING_WRAPPER_ELEMENTS: in CopyElementsImpl()
2707 (object->GetElementsKind() == SLOW_STRING_WRAPPER_ELEMENTS || in AddImpl()
2763 DCHECK(from_kind == SLOW_STRING_WRAPPER_ELEMENTS || in GrowCapacityAndConvertImpl()
2775 if (from_kind == SLOW_STRING_WRAPPER_ELEMENTS) { in CopyElementsImpl()
2813 ElementsKindTraits<SLOW_STRING_WRAPPER_ELEMENTS>> {
2818 ElementsKindTraits<SLOW_STRING_WRAPPER_ELEMENTS>>(name) {} in SlowStringWrapperElementsAccessor()
Dobjects-printer.cc384 case SLOW_STRING_WRAPPER_ELEMENTS: in PrintElements()
Dobjects-debug.cc1099 case SLOW_STRING_WRAPPER_ELEMENTS: { in IncrementSpillStatistics()
Dobjects.cc3787 to_kind != SLOW_STRING_WRAPPER_ELEMENTS && in Reconfigure()
5938 ? SLOW_STRING_WRAPPER_ELEMENTS in NormalizeElements()
7298 DCHECK(kind == DICTIONARY_ELEMENTS || kind == SLOW_STRING_WRAPPER_ELEMENTS); in ReferencesObjectFromElements()
7351 case SLOW_STRING_WRAPPER_ELEMENTS: { in ReferencesObject()
7774 transition_map->elements_kind() == SLOW_STRING_WRAPPER_ELEMENTS); in PreventExtensionsWithTransition()
7796 ? SLOW_STRING_WRAPPER_ELEMENTS in PreventExtensionsWithTransition()
7824 object->map()->elements_kind() == SLOW_STRING_WRAPPER_ELEMENTS); in PreventExtensionsWithTransition()
8047 case SLOW_STRING_WRAPPER_ELEMENTS: in StructureWalk()
8223 case SLOW_STRING_WRAPPER_ELEMENTS: in HasEnumerableElements()
9147 ? SLOW_STRING_WRAPPER_ELEMENTS in CopyForPreventExtensions()
[all …]
Dbuiltins.cc873 case SLOW_STRING_WRAPPER_ELEMENTS: in EstimateElementCount()
974 case SLOW_STRING_WRAPPER_ELEMENTS: { in CollectElementIndices()
1166 case SLOW_STRING_WRAPPER_ELEMENTS: in IterateElements()
Dcode-stub-assembler.cc2095 SLOW_STRING_WRAPPER_ELEMENTS, in TryLookupElement()
Dobjects-inl.h6856 return GetElementsKind() == SLOW_STRING_WRAPPER_ELEMENTS; in HasSlowStringWrapperElements()
/external/v8/test/mjsunit/harmony/
Dobject-entries.js300 SLOW_STRING_WRAPPER_ELEMENTS: [ property
Dobject-values.js277 SLOW_STRING_WRAPPER_ELEMENTS: [ property
/external/v8/test/cctest/
Dtest-code-stub-assembler.cc1003 CHECK_EQ(SLOW_STRING_WRAPPER_ELEMENTS, object->map()->elements_kind()); in TEST()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc3183 case SLOW_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternal()
4872 case SLOW_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternal()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2654 case SLOW_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternalArray()
3796 case SLOW_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc2940 case SLOW_STRING_WRAPPER_ELEMENTS: in DoShiftI()
4132 case SLOW_STRING_WRAPPER_ELEMENTS: in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc2917 case SLOW_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternalArray()
4124 case SLOW_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2771 case SLOW_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternalArray()
3905 case SLOW_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3004 case SLOW_STRING_WRAPPER_ELEMENTS: in DoShiftI()
4229 case SLOW_STRING_WRAPPER_ELEMENTS: in DoShiftI()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc2931 case SLOW_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternalArray()
4091 case SLOW_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2870 case SLOW_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternalArray()
3972 case SLOW_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc2814 case SLOW_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternalArray()
4040 case SLOW_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternalArray()