/external/v8/src/ |
D | elements-kind.h | 39 FAST_STRING_WRAPPER_ELEMENTS, enumerator 96 return kind == FAST_STRING_WRAPPER_ELEMENTS || in IsStringWrapperElementsKind() 121 kind == FAST_STRING_WRAPPER_ELEMENTS; in IsTransitionElementsKind()
|
D | elements-kind.cc | 40 case FAST_STRING_WRAPPER_ELEMENTS: in ElementsKindToShiftSize()
|
D | elements.cc | 78 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()
|
D | objects-printer.cc | 339 case FAST_STRING_WRAPPER_ELEMENTS: { in PrintElements()
|
D | objects-debug.cc | 1074 case FAST_STRING_WRAPPER_ELEMENTS: { in IncrementSpillStatistics()
|
D | builtins.cc | 872 case FAST_STRING_WRAPPER_ELEMENTS: in EstimateElementCount() 973 case FAST_STRING_WRAPPER_ELEMENTS: in CollectElementIndices() 1165 case FAST_STRING_WRAPPER_ELEMENTS: in IterateElements()
|
D | code-stub-assembler.cc | 2093 FAST_STRING_WRAPPER_ELEMENTS, in TryLookupElement()
|
D | objects.cc | 7289 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()
|
D | objects-inl.h | 4617 return elements_kind() == FAST_STRING_WRAPPER_ELEMENTS; in has_fast_string_wrapper_elements() 6852 return GetElementsKind() == FAST_STRING_WRAPPER_ELEMENTS; in HasFastStringWrapperElements()
|
D | bootstrapper.cc | 1356 string_map->set_elements_kind(FAST_STRING_WRAPPER_ELEMENTS); in InitializeGlobal()
|
/external/v8/test/mjsunit/harmony/ |
D | object-entries.js | 298 FAST_STRING_WRAPPER_ELEMENTS: [ new String("str"), property
|
D | object-values.js | 276 FAST_STRING_WRAPPER_ELEMENTS: [ new String("str"), ["s", "t", "r"] ], property
|
/external/v8/src/runtime/ |
D | runtime-array.cc | 193 if (kind == FAST_STRING_WRAPPER_ELEMENTS) { in RUNTIME_FUNCTION()
|
/external/v8/test/cctest/ |
D | test-code-stub-assembler.cc | 987 CHECK_EQ(FAST_STRING_WRAPPER_ELEMENTS, object->map()->elements_kind()); in TEST()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 3182 case FAST_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternal() 4871 case FAST_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternal()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 2653 case FAST_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternalArray() 3795 case FAST_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternalArray()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 2939 case FAST_STRING_WRAPPER_ELEMENTS: in DoShiftI() 4131 case FAST_STRING_WRAPPER_ELEMENTS: in DoShiftI()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 2916 case FAST_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternalArray() 4123 case FAST_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternalArray()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 2770 case FAST_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternalArray() 3904 case FAST_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternalArray()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 3003 case FAST_STRING_WRAPPER_ELEMENTS: in DoShiftI() 4228 case FAST_STRING_WRAPPER_ELEMENTS: in DoShiftI()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 2930 case FAST_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternalArray() 4090 case FAST_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternalArray()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 2869 case FAST_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternalArray() 3971 case FAST_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternalArray()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 2813 case FAST_STRING_WRAPPER_ELEMENTS: in DoLoadKeyedExternalArray() 4039 case FAST_STRING_WRAPPER_ELEMENTS: in DoStoreKeyedExternalArray()
|