Home
last modified time | relevance | path

Searched refs:UINT32_ELEMENTS (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/
Delements-kind.cc33 case UINT32_ELEMENTS: in ElementsKindToShiftSize()
Delements-kind.h48 UINT32_ELEMENTS, enumerator
Dhydrogen-uint32-analysis.cc19 case UINT32_ELEMENTS: in IsUnsignedLoad()
Dobjects-printer.cc320 PRINT_ELEMENTS(UINT32_ELEMENTS, FixedUint32Array) in PrintElements()
Delements.cc100 V(FixedUint32ElementsAccessor, UINT32_ELEMENTS, FixedUint32Array) \
Dhydrogen.cc2695 elements_kind == UINT32_ELEMENTS)) { in AddElementAccess()
/external/v8/src/mips/
Dlithium-mips.cc2174 elements_kind == UINT32_ELEMENTS) && in DoLoadKeyed()
Dlithium-codegen-mips.cc3186 case UINT32_ELEMENTS: in DoLoadKeyedExternalArray()
4280 case UINT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/mips64/
Dlithium-mips64.cc2173 elements_kind == UINT32_ELEMENTS) && in DoLoadKeyed()
Dlithium-codegen-mips64.cc3180 case UINT32_ELEMENTS: in DoLoadKeyedExternalArray()
4320 case UINT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/x64/
Dlithium-x64.cc2221 elements_kind == UINT32_ELEMENTS) && in DoLoadKeyed()
Dlithium-codegen-x64.cc3139 case UINT32_ELEMENTS: in DoLoadKeyedExternalArray()
4332 case UINT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/arm/
Dlithium-arm.cc2225 elements_kind == UINT32_ELEMENTS) && in DoLoadKeyed()
Dlithium-codegen-arm.cc3279 case UINT32_ELEMENTS: in DoLoadKeyedExternalArray()
4331 case UINT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/arm64/
Dlithium-arm64.cc1724 elements_kind == UINT32_ELEMENTS) && in DoLoadKeyed()
Dlithium-codegen-arm64.cc3490 case UINT32_ELEMENTS: in DoLoadKeyedExternal()
5214 case UINT32_ELEMENTS: in DoStoreKeyedExternal()
/external/v8/src/x87/
Dlithium-x87.cc2227 instr->elements_kind() == UINT32_ELEMENTS) && in DoLoadKeyed()
Dlithium-codegen-x87.cc3381 case UINT32_ELEMENTS: in DoLoadKeyedExternalArray()
4581 case UINT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/ia32/
Dlithium-ia32.cc2229 instr->elements_kind() == UINT32_ELEMENTS) && in DoLoadKeyed()
Dlithium-codegen-ia32.cc3093 case UINT32_ELEMENTS: in DoLoadKeyedExternalArray()
4166 case UINT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/test/cctest/
Dtest-api.cc16630 FixedTypedArrayTestHelper<i::FixedUint32Array, i::UINT32_ELEMENTS, uint32_t>( in THREADED_TEST()