Home
last modified time | relevance | path

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

/external/v8/src/
Delements-kind.cc27 case INT32_ELEMENTS: in ElementsKindToShiftSize()
Delements-kind.h48 INT32_ELEMENTS, enumerator
Dcode-stub-assembler.cc1223 case INT32_ELEMENTS: in LoadFixedTypedArrayElement()
5740 case INT32_ELEMENTS: in ElementsKindToMachineRepresentation()
5819 case INT32_ELEMENTS: in PrepareValueForWriteToTypedArray()
Delements.cc87 V(FixedInt32ElementsAccessor, INT32_ELEMENTS, FixedInt32Array) \
/external/v8/src/ic/
Daccessor-assembler.cc1034 INT32_ELEMENTS, FLOAT32_ELEMENTS, FLOAT64_ELEMENTS}; in EmitElementLoad()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2761 case INT32_ELEMENTS: in DoLoadKeyedExternalArray()
3846 case INT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc3101 case INT32_ELEMENTS: in DoLoadKeyedExternal()
4766 case INT32_ELEMENTS: in DoStoreKeyedExternal()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc2708 case INT32_ELEMENTS: in DoLoadKeyedExternalArray()
3914 case INT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2548 case INT32_ELEMENTS: in DoLoadKeyedExternalArray()
3671 case INT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2685 case INT32_ELEMENTS: in DoLoadKeyedExternalArray()
3805 case INT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/builtins/
Dbuiltins-array.cc2745 data_ptr, index, INT32_ELEMENTS, CodeStubAssembler::SMI_PARAMETERS); in Generate_ArrayIteratorPrototypeNext()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc2919 case INT32_ELEMENTS: in DoShiftI()
4133 case INT32_ELEMENTS: in DoShiftI()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc2877 case INT32_ELEMENTS: in DoShiftI()
4042 case INT32_ELEMENTS: in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc2833 case INT32_ELEMENTS: in DoLoadKeyedExternalArray()
4027 case INT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc2824 case INT32_ELEMENTS: in DoLoadKeyedExternalArray()
3978 case INT32_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/
Dhydrogen-instructions.h6209 if (elements_kind >= UINT8_ELEMENTS && elements_kind <= INT32_ELEMENTS) { in DECLARE_CONCRETE_INSTRUCTION()