Home
last modified time | relevance | path

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

/external/v8/src/
Delements-kind.cc25 case UINT32_ELEMENTS: in ElementsKindToShiftSize()
Delements-kind.h41 UINT32_ELEMENTS, enumerator
Dobjects-printer.cc366 PRINT_ELEMENTS(UINT32_ELEMENTS, FixedUint32Array) in PrintElements()
Delements.cc79 V(FixedUint32ElementsAccessor, UINT32_ELEMENTS, FixedUint32Array) \
Dbuiltins.cc1157 case UINT32_ELEMENTS: { in IterateElements()
/external/v8/src/crankshaft/
Dhydrogen-uint32-analysis.cc15 case UINT32_ELEMENTS: in IsUnsignedLoad()
Dhydrogen.cc2824 if (elements_kind == UINT32_ELEMENTS) { in AddElementAccess()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc2154 needs_environment = elements_kind == UINT32_ELEMENTS && in DoLoadKeyed()
Dlithium-codegen-mips64.cc3018 case UINT32_ELEMENTS: in DoLoadKeyedExternalArray()
4197 case UINT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc2150 needs_environment = elements_kind == UINT32_ELEMENTS && in DoLoadKeyed()
Dlithium-codegen-mips.cc2868 case UINT32_ELEMENTS: in DoLoadKeyedExternalArray()
3974 case UINT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc2162 needs_environment = elements_kind == UINT32_ELEMENTS && in DoLoadKeyed()
Dlithium-codegen-ppc.cc3073 case UINT32_ELEMENTS: in DoShiftI()
4263 case UINT32_ELEMENTS: in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc1694 if (elements_kind == UINT32_ELEMENTS && in DoLoadKeyed()
Dlithium-codegen-arm64.cc3178 case UINT32_ELEMENTS: in DoLoadKeyedExternal()
4878 case UINT32_ELEMENTS: in DoStoreKeyedExternal()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc2203 needs_environment = elements_kind == UINT32_ELEMENTS && in DoLoadKeyed()
Dlithium-codegen-arm.cc2937 case UINT32_ELEMENTS: in DoLoadKeyedExternalArray()
4007 case UINT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc2202 needs_environment = elements_kind == UINT32_ELEMENTS && in DoLoadKeyed()
Dlithium-codegen-x64.cc2894 case UINT32_ELEMENTS: in DoLoadKeyedExternalArray()
4096 case UINT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc2197 needs_environment = elements_kind == UINT32_ELEMENTS && in DoLoadKeyed()
Dlithium-codegen-x87.cc3135 case UINT32_ELEMENTS: in DoLoadKeyedExternalArray()
4308 case UINT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc2199 needs_environment = elements_kind == UINT32_ELEMENTS && in DoLoadKeyed()
Dlithium-codegen-ia32.cc2862 case UINT32_ELEMENTS: in DoLoadKeyedExternalArray()
3935 case UINT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/test/cctest/
Dtest-api.cc15782 FixedTypedArrayTestHelper<i::FixedUint32Array, i::UINT32_ELEMENTS, uint32_t>( in THREADED_TEST()