Home
last modified time | relevance | path

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

/external/v8/src/
Delements-kind.cc19 case INT8_ELEMENTS: in ElementsKindToShiftSize()
Delements-kind.h38 INT8_ELEMENTS, enumerator
Dobjects-printer.cc363 PRINT_ELEMENTS(INT8_ELEMENTS, FixedInt8Array) in PrintElements()
Delements.cc76 V(FixedInt8ElementsAccessor, INT8_ELEMENTS, FixedInt8Array) \
Dbuiltins.cc1132 case INT8_ELEMENTS: { in IterateElements()
/external/v8/src/runtime/
Druntime-typedarray.cc105 ElementsKind fixed_elements_kind = INT8_ELEMENTS; // Bogus initialization. in RUNTIME_FUNCTION()
186 ElementsKind fixed_elements_kind = INT8_ELEMENTS; // Bogus initialization. in RUNTIME_FUNCTION()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1606 (elements_kind == UINT8_ELEMENTS || elements_kind == INT8_ELEMENTS || in ExternalArrayOpRequiresTemp()
Dlithium-ia32.cc2237 elements_kind == INT8_ELEMENTS || in GetStoreKeyedValueOperand()
Dlithium-codegen-ia32.cc2846 case INT8_ELEMENTS: in DoLoadKeyedExternalArray()
3927 case INT8_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1571 (elements_kind == UINT8_ELEMENTS || elements_kind == INT8_ELEMENTS || in ExternalArrayOpRequiresTemp()
Dlithium-codegen-x64.cc2878 case INT8_ELEMENTS: in DoLoadKeyedExternalArray()
4086 case INT8_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1614 (elements_kind == UINT8_ELEMENTS || elements_kind == INT8_ELEMENTS || in ExternalArrayOpRequiresTemp()
Dlithium-x87.cc2235 elements_kind == INT8_ELEMENTS || in GetStoreKeyedValueOperand()
Dlithium-codegen-x87.cc3119 case INT8_ELEMENTS: in DoLoadKeyedExternalArray()
4300 case INT8_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2921 case INT8_ELEMENTS: in DoLoadKeyedExternalArray()
3999 case INT8_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2852 case INT8_ELEMENTS: in DoLoadKeyedExternalArray()
3966 case INT8_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc3162 case INT8_ELEMENTS: in DoLoadKeyedExternal()
4870 case INT8_ELEMENTS: in DoStoreKeyedExternal()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc3002 case INT8_ELEMENTS: in DoLoadKeyedExternalArray()
4189 case INT8_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3036 case INT8_ELEMENTS: in DoShiftI()
4247 case INT8_ELEMENTS: in DoShiftI()
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc3202 case INT8_ELEMENTS: in InferRange()
Dhydrogen.cc10319 INT8_ELEMENTS; in GenerateTypedArrayInitialize()
/external/v8/test/cctest/
Dtest-api.cc15764 FixedTypedArrayTestHelper<i::FixedInt8Array, i::INT8_ELEMENTS, int8_t>( in THREADED_TEST()