Home
last modified time | relevance | path

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

/external/v8/src/
Delements-kind.cc27 case UINT16_ELEMENTS: in ElementsKindToShiftSize()
Delements-kind.h46 UINT16_ELEMENTS, enumerator
Dhydrogen-uint32-analysis.cc18 case UINT16_ELEMENTS: in IsUnsignedLoad()
Dobjects-printer.cc318 PRINT_ELEMENTS(UINT16_ELEMENTS, FixedUint16Array) in PrintElements()
Delements.cc98 V(FixedUint16ElementsAccessor, UINT16_ELEMENTS, FixedUint16Array) \
/external/v8/src/arm64/
Dlithium-codegen-arm64.cc3482 case UINT16_ELEMENTS: in DoLoadKeyedExternal()
5208 case UINT16_ELEMENTS: in DoStoreKeyedExternal()
/external/v8/src/x64/
Dlithium-codegen-x64.cc3131 case UINT16_ELEMENTS: in DoLoadKeyedExternalArray()
4326 case UINT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/ia32/
Dlithium-codegen-ia32.cc3085 case UINT16_ELEMENTS: in DoLoadKeyedExternalArray()
4160 case UINT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/arm/
Dlithium-codegen-arm.cc3271 case UINT16_ELEMENTS: in DoLoadKeyedExternalArray()
4325 case UINT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/mips64/
Dlithium-codegen-mips64.cc3172 case UINT16_ELEMENTS: in DoLoadKeyedExternalArray()
4314 case UINT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/x87/
Dlithium-codegen-x87.cc3373 case UINT16_ELEMENTS: in DoLoadKeyedExternalArray()
4575 case UINT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/mips/
Dlithium-codegen-mips.cc3178 case UINT16_ELEMENTS: in DoLoadKeyedExternalArray()
4274 case UINT16_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/test/cctest/
Dtest-api.cc16616 FixedTypedArrayTestHelper<i::FixedUint16Array, i::UINT16_ELEMENTS, uint16_t>( in THREADED_TEST()