Searched refs:IsJSTypedArrayInstanceType (Results 1 – 4 of 4) sorted by relevance
742 GotoIf(IsJSTypedArrayInstanceType(instance_type), bailout); in LookupPropertyOnPrototypeChain()
2649 GotoIf(IsJSTypedArrayInstanceType(lookup_start_object_instance_type), in GenericElementLoad()
2590 TNode<BoolT> IsJSTypedArrayInstanceType(TNode<Int32T> instance_type);
6853 TNode<BoolT> CodeStubAssembler::IsJSTypedArrayInstanceType( in IsJSTypedArrayInstanceType() function in v8::internal::CodeStubAssembler6859 return IsJSTypedArrayInstanceType(LoadMapInstanceType(map)); in IsJSTypedArrayMap()