Home
last modified time | relevance | path

Searched defs:receiver_maps (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Djs-native-context-specialization.cc57 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
Daccess-info.cc191 MapHandleList receiver_maps(maps.length()); in ComputeElementAccessInfos() local
/external/v8/src/ic/
Dic-compiler.cc160 MapHandleList* receiver_maps, MapHandleList* transitioned_maps, in ComputeKeyedStorePolymorphicHandlers()
234 MapHandleList* receiver_maps, MapHandleList* transitioned_maps, in CompileKeyedStorePolymorphicHandlers()
Dhandler-compiler.cc569 MapHandleList* receiver_maps, CodeHandleList* handlers, in CompileElementHandlers()
Dic.cc729 static bool AddOneReceiverMapIfMissing(MapHandleList* receiver_maps, in AddOneReceiverMapIfMissing()
/external/v8/src/crankshaft/
Dhydrogen.cc9106 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()