Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_mcr_lowering.cpp276 case BuiltinTypeId::FLOAT32_ARRAY: in SetDeoptTypeInfo()
648 case BuiltinTypeId::FLOAT32_ARRAY: in GetElementSize()
678 case BuiltinTypeId::FLOAT32_ARRAY: in GetVariableType()
727 LowerTypedArrayLoadElement(gate, BuiltinTypeId::FLOAT32_ARRAY); in LowerLoadElement()
796 case BuiltinTypeId::FLOAT32_ARRAY: in LowerTypedArrayLoadElement()
835 LowerTypedArrayStoreElement(gate, BuiltinTypeId::FLOAT32_ARRAY); in LowerStoreElement()
879 case BuiltinTypeId::FLOAT32_ARRAY: in LowerTypedArrayStoreElement()
Dts_hcr_lowering.cpp789 if ((!tsManager_->IsBuiltinInstanceType(BuiltinTypeId::FLOAT32_ARRAY, receiverType)) || in LowerTypedStObjByIndex()
796 if (tsManager_->IsBuiltinInstanceType(BuiltinTypeId::FLOAT32_ARRAY, receiverType)) { in LowerTypedStObjByIndex()
812 if (tsManager_->IsBuiltinInstanceType(BuiltinTypeId::FLOAT32_ARRAY, receiverType)) { in LowerTypedStObjByIndex()
908 case BuiltinTypeId::FLOAT32_ARRAY: in LoadTypedArrayByIndex()
972 case BuiltinTypeId::FLOAT32_ARRAY: in StoreTypedArrayByIndex()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp877 BuiltinTypeId::FLOAT32_ARRAY, in GetValidTypedArrayIds()
932 return IsBuiltinInstanceType(BuiltinTypeId::FLOAT32_ARRAY, gateType) || in IsDoubleTypedArrayType()
1006 case BuiltinTypeId::FLOAT32_ARRAY: in GetBuiltinsName()
Dts_manager.h82 FLOAT32_ARRAY, enumerator