Home
last modified time | relevance | path

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

/external/v8/src/
Delements-kind.h37 UINT8_ELEMENTS, enumerator
52 FIRST_FIXED_TYPED_ARRAY_ELEMENTS_KIND = UINT8_ELEMENTS,
Delements-kind.cc18 case UINT8_ELEMENTS: in ElementsKindToShiftSize()
Dobjects-printer.cc361 PRINT_ELEMENTS(UINT8_ELEMENTS, FixedUint8Array) in PrintElements()
Delements.cc75 V(FixedUint8ElementsAccessor, UINT8_ELEMENTS, FixedUint8Array) \
Dbuiltins.cc1137 case UINT8_ELEMENTS: { in IterateElements()
/external/v8/src/crankshaft/
Dhydrogen-uint32-analysis.cc13 case UINT8_ELEMENTS: in IsUnsignedLoad()
Dhydrogen-instructions.cc3204 case UINT8_ELEMENTS: in InferRange()
Dhydrogen-instructions.h7129 if (elements_kind >= UINT8_ELEMENTS && elements_kind <= INT32_ELEMENTS) { in DECLARE_CONCRETE_INSTRUCTION()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1606 (elements_kind == UINT8_ELEMENTS || elements_kind == INT8_ELEMENTS || in ExternalArrayOpRequiresTemp()
Dlithium-ia32.cc2236 elements_kind == UINT8_ELEMENTS || in GetStoreKeyedValueOperand()
Dlithium-codegen-ia32.cc2849 case UINT8_ELEMENTS: in DoLoadKeyedExternalArray()
3926 case UINT8_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1571 (elements_kind == UINT8_ELEMENTS || elements_kind == INT8_ELEMENTS || in ExternalArrayOpRequiresTemp()
Dlithium-codegen-x64.cc2881 case UINT8_ELEMENTS: in DoLoadKeyedExternalArray()
4087 case UINT8_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1614 (elements_kind == UINT8_ELEMENTS || elements_kind == INT8_ELEMENTS || in ExternalArrayOpRequiresTemp()
Dlithium-x87.cc2234 elements_kind == UINT8_ELEMENTS || in GetStoreKeyedValueOperand()
Dlithium-codegen-x87.cc3122 case UINT8_ELEMENTS: in DoLoadKeyedExternalArray()
4299 case UINT8_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2924 case UINT8_ELEMENTS: in DoLoadKeyedExternalArray()
3997 case UINT8_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2855 case UINT8_ELEMENTS: in DoLoadKeyedExternalArray()
3964 case UINT8_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc3165 case UINT8_ELEMENTS: in DoLoadKeyedExternal()
4868 case UINT8_ELEMENTS: in DoStoreKeyedExternal()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc3005 case UINT8_ELEMENTS: in DoLoadKeyedExternalArray()
4187 case UINT8_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3044 case UINT8_ELEMENTS: in DoShiftI()
4245 case UINT8_ELEMENTS: in DoShiftI()
/external/v8/src/heap/
Dheap.cc3275 *element_kind = UINT8_ELEMENTS; // Bogus in ForFixedTypedArray()
/external/v8/test/cctest/
Dtest-api.cc15751 FixedTypedArrayTestHelper<i::FixedUint8Array, i::UINT8_ELEMENTS, uint8_t>( in THREADED_TEST()