Searched refs:IsValidTypedArrayType (Results 1 – 5 of 5) sorted by relevance
897 bool IsValidTypedArrayType() const in IsValidTypedArrayType() function899 return tsManager_->IsValidTypedArrayType(GetReceiverGateType()); in IsValidTypedArrayType()933 ASSERT(IsValidTypedArrayType()); in GetTypedArrayBuiltinId()
922 if (tacc.IsValidTypedArrayType()) { in TryLowerTypedLdObjByIndexForBuiltin()993 if (tacc.IsValidTypedArrayType()) { in TryLowerTypedLdObjByValueForBuiltin()1178 if (tacc.IsValidTypedArrayType()) { in TryLowerTypedStObjByValueForBuiltin()
73 if (tsManager->IsValidTypedArrayType(type)) { in CheckAndInsert()
384 bool PUBLIC_API IsValidTypedArrayType(kungfu::GateType gateType) const;
917 bool TSManager::IsValidTypedArrayType(kungfu::GateType gateType) const in IsValidTypedArrayType() function in panda::ecmascript::TSManager