Searched defs:receiver_maps (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/compiler/ |
D | js-native-context-specialization.cc | 57 Node* node, Node* value, MapHandleList const& receiver_maps, in ReduceNamedAccess() 452 MapHandleList receiver_maps; in ReduceJSLoadNamed() local 470 MapHandleList receiver_maps; in ReduceJSStoreNamed() local 483 Node* node, Node* index, Node* value, MapHandleList const& receiver_maps, in ReduceElementAccess() 886 MapHandleList receiver_maps; in ReduceKeyedAccess() local
|
D | access-info.cc | 191 MapHandleList receiver_maps(maps.length()); in ComputeElementAccessInfos() local
|
/external/v8/src/ic/ |
D | ic-compiler.cc | 160 MapHandleList* receiver_maps, MapHandleList* transitioned_maps, in ComputeKeyedStorePolymorphicHandlers() 234 MapHandleList* receiver_maps, MapHandleList* transitioned_maps, in CompileKeyedStorePolymorphicHandlers()
|
D | handler-compiler.cc | 569 MapHandleList* receiver_maps, CodeHandleList* handlers, in CompileElementHandlers()
|
D | ic.cc | 729 static bool AddOneReceiverMapIfMissing(MapHandleList* receiver_maps, in AddOneReceiverMapIfMissing()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 9106 SmallMapList receiver_maps; in TryInlineApiFunctionCall() local 9119 SmallMapList* receiver_maps) { in TryInlineApiMethodCall() 9134 SmallMapList receiver_maps(1, zone()); in TryInlineApiGetter() local 9148 SmallMapList receiver_maps(1, zone()); in TryInlineApiSetter() local 9161 SmallMapList* receiver_maps, in TryInlineApiCall()
|