Home
last modified time | relevance | path

Searched refs:IsJSTypedArrayMap (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-sharedarraybuffer-gen.cc68 GotoIfNot(IsJSTypedArrayMap(map), &invalid); in ValidateIntegerTypedArray()
Dbuiltins-array-gen.cc126 GotoIfNot(IsJSTypedArrayMap(typed_array_map), &throw_not_typed_array); in GenerateIteratingTypedArrayBuiltinBody()
/third_party/node/deps/v8/src/compiler/
Daccess-info.cc837 if (map.object()->IsJSTypedArrayMap() && name.IsString()) { in ComputePropertyAccessInfo()
/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc975 GotoIf(IsJSTypedArrayMap(receiver_map), slow); in EmitGenericPropertyStore()
Dic.cc1319 if (receiver_map->IsJSTypedArrayMap()) { in AllowConvertHoleElementToUndefined()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h2591 TNode<BoolT> IsJSTypedArrayMap(TNode<Map> map);
Dcode-stub-assembler.cc6858 TNode<BoolT> CodeStubAssembler::IsJSTypedArrayMap(TNode<Map> map) { in IsJSTypedArrayMap() function in v8::internal::CodeStubAssembler
6863 return IsJSTypedArrayMap(LoadMap(object)); in IsJSTypedArray()