Searched refs:UINT8_ELEMENTS (Results 1 – 23 of 23) sorted by relevance
37 UINT8_ELEMENTS, enumerator52 FIRST_FIXED_TYPED_ARRAY_ELEMENTS_KIND = UINT8_ELEMENTS,
18 case UINT8_ELEMENTS: in ElementsKindToShiftSize()
361 PRINT_ELEMENTS(UINT8_ELEMENTS, FixedUint8Array) in PrintElements()
75 V(FixedUint8ElementsAccessor, UINT8_ELEMENTS, FixedUint8Array) \
1137 case UINT8_ELEMENTS: { in IterateElements()
13 case UINT8_ELEMENTS: in IsUnsignedLoad()
3204 case UINT8_ELEMENTS: in InferRange()
7129 if (elements_kind >= UINT8_ELEMENTS && elements_kind <= INT32_ELEMENTS) { in DECLARE_CONCRETE_INSTRUCTION()
1606 (elements_kind == UINT8_ELEMENTS || elements_kind == INT8_ELEMENTS || in ExternalArrayOpRequiresTemp()
2236 elements_kind == UINT8_ELEMENTS || in GetStoreKeyedValueOperand()
2849 case UINT8_ELEMENTS: in DoLoadKeyedExternalArray()3926 case UINT8_ELEMENTS: in DoStoreKeyedExternalArray()
1571 (elements_kind == UINT8_ELEMENTS || elements_kind == INT8_ELEMENTS || in ExternalArrayOpRequiresTemp()
2881 case UINT8_ELEMENTS: in DoLoadKeyedExternalArray()4087 case UINT8_ELEMENTS: in DoStoreKeyedExternalArray()
1614 (elements_kind == UINT8_ELEMENTS || elements_kind == INT8_ELEMENTS || in ExternalArrayOpRequiresTemp()
2234 elements_kind == UINT8_ELEMENTS || in GetStoreKeyedValueOperand()
3122 case UINT8_ELEMENTS: in DoLoadKeyedExternalArray()4299 case UINT8_ELEMENTS: in DoStoreKeyedExternalArray()
2924 case UINT8_ELEMENTS: in DoLoadKeyedExternalArray()3997 case UINT8_ELEMENTS: in DoStoreKeyedExternalArray()
2855 case UINT8_ELEMENTS: in DoLoadKeyedExternalArray()3964 case UINT8_ELEMENTS: in DoStoreKeyedExternalArray()
3165 case UINT8_ELEMENTS: in DoLoadKeyedExternal()4868 case UINT8_ELEMENTS: in DoStoreKeyedExternal()
3005 case UINT8_ELEMENTS: in DoLoadKeyedExternalArray()4187 case UINT8_ELEMENTS: in DoStoreKeyedExternalArray()
3044 case UINT8_ELEMENTS: in DoShiftI()4245 case UINT8_ELEMENTS: in DoShiftI()
3275 *element_kind = UINT8_ELEMENTS; // Bogus in ForFixedTypedArray()
15751 FixedTypedArrayTestHelper<i::FixedUint8Array, i::UINT8_ELEMENTS, uint8_t>( in THREADED_TEST()