Home
last modified time | relevance | path

Searched refs:INT32_ELEMENTS (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/
Delements-kind.cc26 case INT32_ELEMENTS: in ElementsKindToShiftSize()
Delements-kind.h48 INT32_ELEMENTS, enumerator
Dobjects-printer.cc377 PRINT_ELEMENTS(INT32_ELEMENTS, FixedInt32Array) in PrintElements()
Dcode-stubs-hydrogen.cc2293 INT32_ELEMENTS, NEVER_RETURN_HOLE, 0); in BuildCodeStub()
Delements.cc87 V(FixedInt32ElementsAccessor, INT32_ELEMENTS, FixedInt32Array) \
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc3160 case INT32_ELEMENTS: in DoLoadKeyedExternal()
4856 case INT32_ELEMENTS: in DoStoreKeyedExternal()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2632 case INT32_ELEMENTS: in DoLoadKeyedExternalArray()
3781 case INT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc2918 case INT32_ELEMENTS: in DoShiftI()
4112 case INT32_ELEMENTS: in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc2895 case INT32_ELEMENTS: in DoLoadKeyedExternalArray()
4108 case INT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2749 case INT32_ELEMENTS: in DoLoadKeyedExternalArray()
3889 case INT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc2973 case INT32_ELEMENTS: in DoShiftI()
4209 case INT32_ELEMENTS: in DoShiftI()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc2909 case INT32_ELEMENTS: in DoLoadKeyedExternalArray()
4076 case INT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2848 case INT32_ELEMENTS: in DoLoadKeyedExternalArray()
3956 case INT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc2792 case INT32_ELEMENTS: in DoLoadKeyedExternalArray()
4024 case INT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/
Dhydrogen-instructions.h6569 if (elements_kind >= UINT8_ELEMENTS && elements_kind <= INT32_ELEMENTS) { in DECLARE_CONCRETE_INSTRUCTION()
/external/v8/test/cctest/
Dtest-api.cc16407 FixedTypedArrayTestHelper<i::FixedInt32Array, i::INT32_ELEMENTS, int32_t>( in THREADED_TEST()