Home
last modified time | relevance | path

Searched refs:INT8_ELEMENTS (Results 1 – 23 of 23) sorted by relevance

/external/v8/src/
Delements-kind.cc20 case INT8_ELEMENTS: in ElementsKindToShiftSize()
Delements-kind.h44 INT8_ELEMENTS, enumerator
Dcode-stub-assembler.cc1211 case INT8_ELEMENTS: in LoadFixedTypedArrayElement()
5734 case INT8_ELEMENTS: in ElementsKindToMachineRepresentation()
5815 case INT8_ELEMENTS: in PrepareValueForWriteToTypedArray()
Delements.cc83 V(FixedInt8ElementsAccessor, INT8_ELEMENTS, FixedInt8Array) \
/external/v8/src/runtime/
Druntime-typedarray.cc113 ElementsKind fixed_elements_kind = INT8_ELEMENTS; // Bogus initialization. in RUNTIME_FUNCTION()
193 ElementsKind fixed_elements_kind = INT8_ELEMENTS; // Bogus initialization. in RUNTIME_FUNCTION()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1511 (elements_kind == UINT8_ELEMENTS || elements_kind == INT8_ELEMENTS || in ExternalArrayOpRequiresTemp()
Dlithium-x87.cc2085 elements_kind == INT8_ELEMENTS || in GetStoreKeyedValueOperand()
Dlithium-codegen-x87.cc2811 case INT8_ELEMENTS: in DoLoadKeyedExternalArray()
3969 case INT8_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1487 (elements_kind == UINT8_ELEMENTS || elements_kind == INT8_ELEMENTS || in ExternalArrayOpRequiresTemp()
Dlithium-codegen-x64.cc2695 case INT8_ELEMENTS: in DoLoadKeyedExternalArray()
3905 case INT8_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/ic/
Daccessor-assembler.cc1032 UINT8_ELEMENTS, UINT8_CLAMPED_ELEMENTS, INT8_ELEMENTS, in EmitElementLoad()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1521 (elements_kind == UINT8_ELEMENTS || elements_kind == INT8_ELEMENTS || in ExternalArrayOpRequiresTemp()
Dlithium-ia32.cc2089 elements_kind == INT8_ELEMENTS || in GetStoreKeyedValueOperand()
Dlithium-codegen-ia32.cc2535 case INT8_ELEMENTS: in DoLoadKeyedExternalArray()
3662 case INT8_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2748 case INT8_ELEMENTS: in DoLoadKeyedExternalArray()
3839 case INT8_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2672 case INT8_ELEMENTS: in DoLoadKeyedExternalArray()
3798 case INT8_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc3088 case INT8_ELEMENTS: in DoLoadKeyedExternal()
4759 case INT8_ELEMENTS: in DoStoreKeyedExternal()
/external/v8/src/builtins/
Dbuiltins-array.cc2712 data_ptr, index, INT8_ELEMENTS, CodeStubAssembler::SMI_PARAMETERS); in Generate_ArrayIteratorPrototypeNext()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc2889 case INT8_ELEMENTS: in DoShiftI()
4118 case INT8_ELEMENTS: in DoShiftI()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc2864 case INT8_ELEMENTS: in DoShiftI()
4027 case INT8_ELEMENTS: in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc2820 case INT8_ELEMENTS: in DoLoadKeyedExternalArray()
4020 case INT8_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc2702 case INT8_ELEMENTS: in InferRange()
Dhydrogen.cc10139 INT8_ELEMENTS; in GenerateTypedArrayInitialize()