Searched refs:IsJSTypedArrayMap (Results 1 – 7 of 7) sorted by relevance
68 GotoIfNot(IsJSTypedArrayMap(map), &invalid); in ValidateIntegerTypedArray()
126 GotoIfNot(IsJSTypedArrayMap(typed_array_map), &throw_not_typed_array); in GenerateIteratingTypedArrayBuiltinBody()
837 if (map.object()->IsJSTypedArrayMap() && name.IsString()) { in ComputePropertyAccessInfo()
975 GotoIf(IsJSTypedArrayMap(receiver_map), slow); in EmitGenericPropertyStore()
1319 if (receiver_map->IsJSTypedArrayMap()) { in AllowConvertHoleElementToUndefined()
2591 TNode<BoolT> IsJSTypedArrayMap(TNode<Map> map);
6858 TNode<BoolT> CodeStubAssembler::IsJSTypedArrayMap(TNode<Map> map) { in IsJSTypedArrayMap() function in v8::internal::CodeStubAssembler6863 return IsJSTypedArrayMap(LoadMap(object)); in IsJSTypedArray()