Home
last modified time | relevance | path

Searched refs:FAST_STRING_WRAPPER_ELEMENTS (Results 1 – 23 of 23) sorted by relevance

/external/v8/src/
Delements-kind.h39 FAST_STRING_WRAPPER_ELEMENTS, enumerator
96 return kind == FAST_STRING_WRAPPER_ELEMENTS || in IsStringWrapperElementsKind()
121 kind == FAST_STRING_WRAPPER_ELEMENTS; in IsTransitionElementsKind()
Delements-kind.cc40 case FAST_STRING_WRAPPER_ELEMENTS: in ElementsKindToShiftSize()
Delements.cc78 V(FastStringWrapperElementsAccessor, FAST_STRING_WRAPPER_ELEMENTS, \
1924 case FAST_STRING_WRAPPER_ELEMENTS: in CopyElementsImpl()
2046 case FAST_STRING_WRAPPER_ELEMENTS: in CopyElementsImpl()
2706 if (KindTraits::Kind == FAST_STRING_WRAPPER_ELEMENTS && in AddImpl()
2766 FAST_STRING_WRAPPER_ELEMENTS, in GrowCapacityAndConvertImpl()
2779 DCHECK_EQ(FAST_STRING_WRAPPER_ELEMENTS, from_kind); in CopyElementsImpl()
2797 ElementsKindTraits<FAST_STRING_WRAPPER_ELEMENTS>> {
2802 ElementsKindTraits<FAST_STRING_WRAPPER_ELEMENTS>>(name) {} in FastStringWrapperElementsAccessor()
Dobjects-printer.cc339 case FAST_STRING_WRAPPER_ELEMENTS: { in PrintElements()
Dobjects-debug.cc1074 case FAST_STRING_WRAPPER_ELEMENTS: { in IncrementSpillStatistics()
Dbuiltins.cc872 case FAST_STRING_WRAPPER_ELEMENTS: in EstimateElementCount()
973 case FAST_STRING_WRAPPER_ELEMENTS: in CollectElementIndices()
1165 case FAST_STRING_WRAPPER_ELEMENTS: in IterateElements()
Dcode-stub-assembler.cc2093 FAST_STRING_WRAPPER_ELEMENTS, in TryLookupElement()
Dobjects.cc7289 if (IsFastObjectElementsKind(kind) || kind == FAST_STRING_WRAPPER_ELEMENTS) { in ReferencesObjectFromElements()
7350 case FAST_STRING_WRAPPER_ELEMENTS: in ReferencesObject()
8046 case FAST_STRING_WRAPPER_ELEMENTS: in StructureWalk()
8222 case FAST_STRING_WRAPPER_ELEMENTS: in HasEnumerableElements()
15087 return FAST_STRING_WRAPPER_ELEMENTS; in BestFittingFastElementsKind()
15441 case FAST_STRING_WRAPPER_ELEMENTS: in GetFastElementsUsage()
Dobjects-inl.h4617 return elements_kind() == FAST_STRING_WRAPPER_ELEMENTS; in has_fast_string_wrapper_elements()
6852 return GetElementsKind() == FAST_STRING_WRAPPER_ELEMENTS; in HasFastStringWrapperElements()
Dbootstrapper.cc1356 string_map->set_elements_kind(FAST_STRING_WRAPPER_ELEMENTS); in InitializeGlobal()
/external/v8/test/mjsunit/harmony/
Dobject-entries.js298 FAST_STRING_WRAPPER_ELEMENTS: [ new String("str"), property
Dobject-values.js276 FAST_STRING_WRAPPER_ELEMENTS: [ new String("str"), ["s", "t", "r"] ], property
/external/v8/src/runtime/
Druntime-array.cc193 if (kind == FAST_STRING_WRAPPER_ELEMENTS) { in RUNTIME_FUNCTION()
/external/v8/test/cctest/
Dtest-code-stub-assembler.cc987 CHECK_EQ(FAST_STRING_WRAPPER_ELEMENTS, object->map()->elements_kind()); in TEST()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc3182 case FAST_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternal()
4871 case FAST_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternal()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2653 case FAST_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternalArray()
3795 case FAST_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc2939 case FAST_STRING_WRAPPER_ELEMENTS: in DoShiftI()
4131 case FAST_STRING_WRAPPER_ELEMENTS: in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc2916 case FAST_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternalArray()
4123 case FAST_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2770 case FAST_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternalArray()
3904 case FAST_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3003 case FAST_STRING_WRAPPER_ELEMENTS: in DoShiftI()
4228 case FAST_STRING_WRAPPER_ELEMENTS: in DoShiftI()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc2930 case FAST_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternalArray()
4090 case FAST_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2869 case FAST_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternalArray()
3971 case FAST_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc2813 case FAST_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternalArray()
4039 case FAST_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternalArray()