Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Delements-kind.h52 UINT8_CLAMPED_ELEMENTS, enumerator
56 LAST_ELEMENTS_KIND = UINT8_CLAMPED_ELEMENTS,
62 LAST_FIXED_TYPED_ARRAY_ELEMENTS_KIND = UINT8_CLAMPED_ELEMENTS,
Delements-kind.cc23 case UINT8_CLAMPED_ELEMENTS: in ElementsKindToShiftSize()
Dhydrogen-uint32-analysis.cc20 case UINT8_CLAMPED_ELEMENTS: in IsUnsignedLoad()
Dobjects-printer.cc316 PRINT_ELEMENTS(UINT8_CLAMPED_ELEMENTS, FixedUint8ClampedArray) in PrintElements()
Delements.cc104 V(FixedUint8ClampedElementsAccessor, UINT8_CLAMPED_ELEMENTS, \
Dhydrogen.cc2682 elements_kind == UINT8_CLAMPED_ELEMENTS) { in AddElementAccess()
/external/chromium_org/v8/src/x64/
Dlithium-x64.h1664 elements_kind == UINT8_CLAMPED_ELEMENTS); in ExternalArrayOpRequiresTemp()
Dlithium-codegen-x64.cc3123 case UINT8_CLAMPED_ELEMENTS: in DoLoadKeyedExternalArray()
4320 case UINT8_CLAMPED_ELEMENTS: in DoStoreKeyedExternalArray()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.h1709 elements_kind == UINT8_CLAMPED_ELEMENTS); in ExternalArrayOpRequiresTemp()
Dlithium-ia32.cc2265 elements_kind == UINT8_CLAMPED_ELEMENTS; in GetStoreKeyedValueOperand()
Dlithium-codegen-ia32.cc3077 case UINT8_CLAMPED_ELEMENTS: in DoLoadKeyedExternalArray()
4155 case UINT8_CLAMPED_ELEMENTS: in DoStoreKeyedExternalArray()
/external/chromium_org/v8/src/x87/
Dlithium-x87.h1719 elements_kind == UINT8_CLAMPED_ELEMENTS); in ExternalArrayOpRequiresTemp()
Dlithium-x87.cc2263 elements_kind == UINT8_CLAMPED_ELEMENTS; in GetStoreKeyedValueOperand()
Dlithium-codegen-x87.cc3365 case UINT8_CLAMPED_ELEMENTS: in DoLoadKeyedExternalArray()
4570 case UINT8_CLAMPED_ELEMENTS: in DoStoreKeyedExternalArray()
/external/chromium_org/v8/src/arm64/
Dlithium-codegen-arm64.cc3474 case UINT8_CLAMPED_ELEMENTS: in DoLoadKeyedExternal()
5201 case UINT8_CLAMPED_ELEMENTS: in DoStoreKeyedExternal()
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.cc3263 case UINT8_CLAMPED_ELEMENTS: in DoLoadKeyedExternalArray()
4318 case UINT8_CLAMPED_ELEMENTS: in DoStoreKeyedExternalArray()
/external/chromium_org/v8/src/mips64/
Dlithium-codegen-mips64.cc3164 case UINT8_CLAMPED_ELEMENTS: in DoLoadKeyedExternalArray()
4307 case UINT8_CLAMPED_ELEMENTS: in DoStoreKeyedExternalArray()
/external/chromium_org/v8/src/mips/
Dlithium-codegen-mips.cc3170 case UINT8_CLAMPED_ELEMENTS: in DoLoadKeyedExternalArray()
4267 case UINT8_CLAMPED_ELEMENTS: in DoStoreKeyedExternalArray()
/external/chromium_org/v8/test/cctest/
Dtest-api.cc16602 i::UINT8_CLAMPED_ELEMENTS, uint8_t>( in THREADED_TEST()