Home
last modified time | relevance | path

Searched refs:INT8_ARRAY (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_mcr_lowering.cpp255 case BuiltinTypeId::INT8_ARRAY: in SetDeoptTypeInfo()
637 case BuiltinTypeId::INT8_ARRAY: in GetElementSize()
665 case BuiltinTypeId::INT8_ARRAY: in GetVariableType()
706 LowerTypedArrayLoadElement(gate, BuiltinTypeId::INT8_ARRAY); in LowerLoadElement()
783 case BuiltinTypeId::INT8_ARRAY: in LowerTypedArrayLoadElement()
814 LowerTypedArrayStoreElement(gate, BuiltinTypeId::INT8_ARRAY); in LowerStoreElement()
871 case BuiltinTypeId::INT8_ARRAY: in LowerTypedArrayStoreElement()
Dts_hcr_lowering.cpp894 case BuiltinTypeId::INT8_ARRAY: in LoadTypedArrayByIndex()
951 case BuiltinTypeId::INT8_ARRAY: in StoreTypedArrayByIndex()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp870 BuiltinTypeId::INT8_ARRAY, in GetValidTypedArrayIds()
922 return IsBuiltinInstanceType(BuiltinTypeId::INT8_ARRAY, gateType) || in IsIntTypedArrayType()
996 case BuiltinTypeId::INT8_ARRAY: in GetBuiltinsName()
Dts_manager.h77 INT8_ARRAY, enumerator