Home
last modified time | relevance | path

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

/external/v8/src/
Delements-kind.h45 UINT8_CLAMPED_ELEMENTS, enumerator
49 LAST_ELEMENTS_KIND = UINT8_CLAMPED_ELEMENTS,
53 LAST_FIXED_TYPED_ARRAY_ELEMENTS_KIND = UINT8_CLAMPED_ELEMENTS,
Delements-kind.cc20 case UINT8_CLAMPED_ELEMENTS: in ElementsKindToShiftSize()
Dobjects-printer.cc362 PRINT_ELEMENTS(UINT8_CLAMPED_ELEMENTS, FixedUint8ClampedArray) in PrintElements()
Delements.cc83 V(FixedUint8ClampedElementsAccessor, UINT8_CLAMPED_ELEMENTS, \
Dbuiltins.cc1123 case UINT8_CLAMPED_ELEMENTS: { in IterateElements()
/external/v8/src/crankshaft/
Dhydrogen-uint32-analysis.cc16 case UINT8_CLAMPED_ELEMENTS: in IsUnsignedLoad()
54 DCHECK(store->elements_kind() != UINT8_CLAMPED_ELEMENTS); in IsSafeUint32Use()
Dhydrogen-instructions.cc3205 case UINT8_CLAMPED_ELEMENTS: in InferRange()
Dhydrogen.cc2812 if (elements_kind == UINT8_CLAMPED_ELEMENTS) { in AddElementAccess()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1607 elements_kind == UINT8_CLAMPED_ELEMENTS); in ExternalArrayOpRequiresTemp()
Dlithium-ia32.cc2238 elements_kind == UINT8_CLAMPED_ELEMENTS; in GetStoreKeyedValueOperand()
Dlithium-codegen-ia32.cc2850 case UINT8_CLAMPED_ELEMENTS: in DoLoadKeyedExternalArray()
3928 case UINT8_CLAMPED_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1615 elements_kind == UINT8_CLAMPED_ELEMENTS); in ExternalArrayOpRequiresTemp()
Dlithium-x87.cc2236 elements_kind == UINT8_CLAMPED_ELEMENTS; in GetStoreKeyedValueOperand()
Dlithium-codegen-x87.cc3123 case UINT8_CLAMPED_ELEMENTS: in DoLoadKeyedExternalArray()
4301 case UINT8_CLAMPED_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1572 elements_kind == UINT8_CLAMPED_ELEMENTS); in ExternalArrayOpRequiresTemp()
Dlithium-x64.cc2277 bool val_is_temp_register = elements_kind == UINT8_CLAMPED_ELEMENTS || in DoStoreKeyed()
Dlithium-codegen-x64.cc2882 case UINT8_CLAMPED_ELEMENTS: in DoLoadKeyedExternalArray()
4088 case UINT8_CLAMPED_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2925 case UINT8_CLAMPED_ELEMENTS: in DoLoadKeyedExternalArray()
3998 case UINT8_CLAMPED_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc3166 case UINT8_CLAMPED_ELEMENTS: in DoLoadKeyedExternal()
4869 case UINT8_CLAMPED_ELEMENTS: in DoStoreKeyedExternal()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2856 case UINT8_CLAMPED_ELEMENTS: in DoLoadKeyedExternalArray()
3965 case UINT8_CLAMPED_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc3006 case UINT8_CLAMPED_ELEMENTS: in DoLoadKeyedExternalArray()
4188 case UINT8_CLAMPED_ELEMENTS: in DoStoreKeyedExternalArray()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3045 case UINT8_CLAMPED_ELEMENTS: in DoShiftI()
4246 case UINT8_CLAMPED_ELEMENTS: in DoShiftI()
/external/v8/test/cctest/
Dtest-api.cc15758 i::UINT8_CLAMPED_ELEMENTS, uint8_t>( in THREADED_TEST()