Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-feedback-vector.h348 ExtractMaps(&maps); in FindFirstMap()
354 void FindAllMaps(MapHandleList* maps) const { ExtractMaps(maps); } in FindAllMaps()
357 virtual int ExtractMaps(MapHandleList* maps) const;
417 int ExtractMaps(MapHandleList* maps) const final { in ExtractMaps() function
Dtype-feedback-vector.cc642 int FeedbackNexus::ExtractMaps(MapHandleList* maps) const { in ExtractMaps() function in v8::internal::FeedbackNexus
801 ExtractMaps(&maps); in GetKeyedAccessStoreMode()
/external/v8/src/compiler/
Djs-native-context-specialization.cc455 if (nexus.ExtractMaps(&receiver_maps) == 0) return NoChange(); in ReduceJSLoadNamed()
473 if (nexus.ExtractMaps(&receiver_maps) == 0) return NoChange(); in ReduceJSStoreNamed()
887 if (nexus.ExtractMaps(&receiver_maps) == 0) return NoChange(); in ReduceKeyedAccess()
/external/v8/src/ic/
Dic.h230 nexus()->ExtractMaps(&target_maps_); in FindTargetMaps()