Home
last modified time | relevance | path

Searched refs:IsJSTypedArrayInstanceType (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc742 GotoIf(IsJSTypedArrayInstanceType(instance_type), bailout); in LookupPropertyOnPrototypeChain()
Daccessor-assembler.cc2649 GotoIf(IsJSTypedArrayInstanceType(lookup_start_object_instance_type), in GenericElementLoad()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h2590 TNode<BoolT> IsJSTypedArrayInstanceType(TNode<Int32T> instance_type);
Dcode-stub-assembler.cc6853 TNode<BoolT> CodeStubAssembler::IsJSTypedArrayInstanceType( in IsJSTypedArrayInstanceType() function in v8::internal::CodeStubAssembler
6859 return IsJSTypedArrayInstanceType(LoadMapInstanceType(map)); in IsJSTypedArrayMap()