Home
last modified time | relevance | path

Searched refs:UINT16_ELEMENTS (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/
Delements-kind.cc22 case UINT16_ELEMENTS: in ElementsKindToShiftSize()
Delements-kind.h39 UINT16_ELEMENTS, enumerator
Dobjects-printer.cc364 PRINT_ELEMENTS(UINT16_ELEMENTS, FixedUint16Array) in PrintElements()
Delements.cc77 V(FixedUint16ElementsAccessor, UINT16_ELEMENTS, FixedUint16Array) \
Dbuiltins.cc1147 case UINT16_ELEMENTS: { in IterateElements()
/external/v8/src/crankshaft/
Dhydrogen-uint32-analysis.cc14 case UINT16_ELEMENTS: in IsUnsignedLoad()
Dhydrogen-instructions.cc3209 case UINT16_ELEMENTS: in InferRange()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc2888 case UINT16_ELEMENTS: in DoLoadKeyedExternalArray()
4092 case UINT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2856 case UINT16_ELEMENTS: in DoLoadKeyedExternalArray()
3931 case UINT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2931 case UINT16_ELEMENTS: in DoLoadKeyedExternalArray()
4003 case UINT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2862 case UINT16_ELEMENTS: in DoLoadKeyedExternalArray()
3970 case UINT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc3172 case UINT16_ELEMENTS: in DoLoadKeyedExternal()
4874 case UINT16_ELEMENTS: in DoStoreKeyedExternal()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc3012 case UINT16_ELEMENTS: in DoLoadKeyedExternalArray()
4193 case UINT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc3129 case UINT16_ELEMENTS: in DoLoadKeyedExternalArray()
4304 case UINT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3059 case UINT16_ELEMENTS: in DoShiftI()
4255 case UINT16_ELEMENTS: in DoShiftI()
/external/v8/test/cctest/
Dtest-api.cc15770 FixedTypedArrayTestHelper<i::FixedUint16Array, i::UINT16_ELEMENTS, uint16_t>( in THREADED_TEST()