Home
last modified time | relevance | path

Searched refs:LoadMapPrototype (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-function-gen.cc113 Node* prototype = LoadMapPrototype(receiver_map); in TF_BUILTIN()
114 Node* expected_prototype = LoadMapPrototype(bound_function_map.value()); in TF_BUILTIN()
Dbuiltins-promise-gen.cc644 GotoIfNot(WordEqual(LoadMapPrototype(promise_map), promise_prototype), in BranchIfPromiseSpeciesLookupChainIntact()
658 GotoIfNot(WordEqual(LoadMapPrototype(receiver_map), promise_prototype), in BranchIfPromiseThenLookupChainIntact()
1314 GotoIfNot(WordEqual(LoadMapPrototype(value_map), promise_prototype), in TF_BUILTIN()
1764 Branch(WordEqual(LoadMapPrototype(resolution_map), promise_prototype), in TF_BUILTIN()
Dbuiltins-object-gen.cc1205 var_holder.Bind(LoadMapPrototype(holder_map)); in TF_BUILTIN()
1266 GotoIf(WordEqual(prototype, LoadMapPrototype(map.value())), in TF_BUILTIN()
1360 GotoIf(WordEqual(prototype, LoadMapPrototype(map.value())), in TF_BUILTIN()
Dbuiltins-regexp-gen.cc933 Node* const proto_map = LoadMap(LoadMapPrototype(map)); in BranchIfFastRegExp()
1475 Node* const initial_prototype = LoadMapPrototype(initial_map); in TF_BUILTIN()
1596 Node* const initial_prototype = LoadMapPrototype(initial_map); in FlagGetter()
Dbuiltins-collections-gen.cc486 LoadMap(LoadMapPrototype(LoadMap(CAST(collection)))); in HasInitialCollectionPrototype()
Dbuiltins-string-gen.cc1121 Node* const proto_map = LoadMap(LoadMapPrototype(initial_map)); in MaybeCallFunctionAtSymbol()
/external/v8/src/ic/
Dkeyed-store-generic.cc154 Node* prototype = LoadMapPrototype(map); in BranchIfPrototypesHaveNonFastElements()
575 var_holder.Bind(LoadMapPrototype(receiver_map)); in LookupPropertyOnPrototypeChain()
650 Node* proto = LoadMapPrototype(holder_map); in LookupPropertyOnPrototypeChain()
Daccessor-assembler.cc267 api_holder.Bind(LoadMapPrototype(LoadMap(p->receiver))); in HandleLoadAccessor()
1400 api_holder.Bind(LoadMapPrototype(LoadMap(p->receiver))); in HandleStoreICProtoHandler()
2204 Node* proto = LoadMapPrototype(var_holder_map.value()); in GenericPropertyLoad()
/external/v8/src/
Dcode-stub-assembler.cc1007 Node* prototype = LoadMapPrototype(map); in BranchIfPrototypesHaveNoElements()
1639 TNode<HeapObject> CodeStubAssembler::LoadMapPrototype(SloppyTNode<Map> map) { in LoadMapPrototype() function in v8::internal::CodeStubAssembler
2624 var_result.Bind(LoadMapPrototype(proto_or_map)); in LoadJSFunctionPrototype()
5328 Node* proto = LoadMapPrototype(map); in IsPrototypeInitialArrayPrototype()
5337 TNode<HeapObject> proto = LoadMapPrototype(map); in IsPrototypeTypedArrayPrototype()
5339 IsJSObject(proto), [=] { return LoadMapPrototype(LoadMap(proto)); }, in IsPrototypeTypedArrayPrototype()
8849 Node* proto = LoadMapPrototype(holder_map); in TryPrototypeChainLookup()
8882 Node* proto = LoadMapPrototype(var_holder_map.value()); in TryPrototypeChainLookup()
8931 Node* object_prototype = LoadMapPrototype(object_map); in HasInPrototypeChain()
11624 TNode<Object> prototype = LoadMapPrototype(map); in GetSuperConstructor()
[all …]
Dcode-stub-assembler.h882 TNode<HeapObject> LoadMapPrototype(SloppyTNode<Map> map);