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.h42 INT32_ELEMENTS, enumerator
Dobjects-printer.cc367 PRINT_ELEMENTS(INT32_ELEMENTS, FixedInt32Array) in PrintElements()
Dcode-stubs-hydrogen.cc2394 INT32_ELEMENTS, NEVER_RETURN_HOLE, 0); in BuildCodeStub()
Delements.cc80 V(FixedInt32ElementsAccessor, INT32_ELEMENTS, FixedInt32Array) \
Dbuiltins.cc1152 case INT32_ELEMENTS: { in IterateElements()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc2891 case INT32_ELEMENTS: in DoLoadKeyedExternalArray()
4095 case INT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2934 case INT32_ELEMENTS: in DoLoadKeyedExternalArray()
4006 case INT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc3175 case INT32_ELEMENTS: in DoLoadKeyedExternal()
4877 case INT32_ELEMENTS: in DoStoreKeyedExternal()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2859 case INT32_ELEMENTS: in DoLoadKeyedExternalArray()
3936 case INT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2865 case INT32_ELEMENTS: in DoLoadKeyedExternalArray()
3973 case INT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc3132 case INT32_ELEMENTS: in DoLoadKeyedExternalArray()
4309 case INT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc3015 case INT32_ELEMENTS: in DoLoadKeyedExternalArray()
4196 case INT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3066 case INT32_ELEMENTS: in DoShiftI()
4262 case INT32_ELEMENTS: in DoShiftI()
/external/v8/src/crankshaft/
Dhydrogen-instructions.h7129 if (elements_kind >= UINT8_ELEMENTS && elements_kind <= INT32_ELEMENTS) { in DECLARE_CONCRETE_INSTRUCTION()
/external/v8/test/cctest/
Dtest-api.cc15788 FixedTypedArrayTestHelper<i::FixedInt32Array, i::INT32_ELEMENTS, int32_t>( in THREADED_TEST()