Home
last modified time | relevance | path

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

/external/v8/src/
Delements-kind.cc28 case INT16_ELEMENTS: in ElementsKindToShiftSize()
Delements-kind.h47 INT16_ELEMENTS, enumerator
Dobjects-printer.cc319 PRINT_ELEMENTS(INT16_ELEMENTS, FixedInt16Array) in PrintElements()
Delements.cc99 V(FixedInt16ElementsAccessor, INT16_ELEMENTS, FixedInt16Array) \
/external/v8/src/arm64/
Dlithium-codegen-arm64.cc3478 case INT16_ELEMENTS: in DoLoadKeyedExternal()
5207 case INT16_ELEMENTS: in DoStoreKeyedExternal()
/external/v8/src/ia32/
Dlithium-codegen-ia32.cc3081 case INT16_ELEMENTS: in DoLoadKeyedExternalArray()
4161 case INT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/arm/
Dlithium-codegen-arm.cc3267 case INT16_ELEMENTS: in DoLoadKeyedExternalArray()
4324 case INT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/x64/
Dlithium-codegen-x64.cc3127 case INT16_ELEMENTS: in DoLoadKeyedExternalArray()
4325 case INT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/x87/
Dlithium-codegen-x87.cc3369 case INT16_ELEMENTS: in DoLoadKeyedExternalArray()
4576 case INT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/mips64/
Dlithium-codegen-mips64.cc3168 case INT16_ELEMENTS: in DoLoadKeyedExternalArray()
4313 case INT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/mips/
Dlithium-codegen-mips.cc3174 case INT16_ELEMENTS: in DoLoadKeyedExternalArray()
4273 case INT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/test/cctest/
Dtest-api.cc16623 FixedTypedArrayTestHelper<i::FixedInt16Array, i::INT16_ELEMENTS, int16_t>( in THREADED_TEST()