Home
last modified time | relevance | path

Searched refs:INT16_ELEMENTS (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/
Delements-kind.cc23 case INT16_ELEMENTS: in ElementsKindToShiftSize()
Delements-kind.h40 INT16_ELEMENTS, enumerator
Dobjects-printer.cc365 PRINT_ELEMENTS(INT16_ELEMENTS, FixedInt16Array) in PrintElements()
Delements.cc78 V(FixedInt16ElementsAccessor, INT16_ELEMENTS, FixedInt16Array) \
Dbuiltins.cc1142 case INT16_ELEMENTS: { in IterateElements()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc2885 case INT16_ELEMENTS: in DoLoadKeyedExternalArray()
4091 case INT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2928 case INT16_ELEMENTS: in DoLoadKeyedExternalArray()
4002 case INT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc3169 case INT16_ELEMENTS: in DoLoadKeyedExternal()
4873 case INT16_ELEMENTS: in DoStoreKeyedExternal()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2853 case INT16_ELEMENTS: in DoLoadKeyedExternalArray()
3932 case INT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2859 case INT16_ELEMENTS: in DoLoadKeyedExternalArray()
3969 case INT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc3126 case INT16_ELEMENTS: in DoLoadKeyedExternalArray()
4305 case INT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc3009 case INT16_ELEMENTS: in DoLoadKeyedExternalArray()
4192 case INT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3052 case INT16_ELEMENTS: in DoShiftI()
4254 case INT16_ELEMENTS: in DoShiftI()
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc3207 case INT16_ELEMENTS: in InferRange()
/external/v8/test/cctest/
Dtest-api.cc15776 FixedTypedArrayTestHelper<i::FixedInt16Array, i::INT16_ELEMENTS, int16_t>( in THREADED_TEST()