Home
last modified time | relevance | path

Searched refs:IsValidTypedArrayType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.h897 bool IsValidTypedArrayType() const in IsValidTypedArrayType() function
899 return tsManager_->IsValidTypedArrayType(GetReceiverGateType()); in IsValidTypedArrayType()
933 ASSERT(IsValidTypedArrayType()); in GetTypedArrayBuiltinId()
Dtyped_bytecode_lowering.cpp922 if (tacc.IsValidTypedArrayType()) { in TryLowerTypedLdObjByIndexForBuiltin()
993 if (tacc.IsValidTypedArrayType()) { in TryLowerTypedLdObjByValueForBuiltin()
1178 if (tacc.IsValidTypedArrayType()) { in TryLowerTypedStObjByValueForBuiltin()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer_helper.cpp73 if (tsManager->IsValidTypedArrayType(type)) { in CheckAndInsert()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h384 bool PUBLIC_API IsValidTypedArrayType(kungfu::GateType gateType) const;
Dts_manager.cpp917 bool TSManager::IsValidTypedArrayType(kungfu::GateType gateType) const in IsValidTypedArrayType() function in panda::ecmascript::TSManager