HomeSort by relevance Sort by last modified time
    Searched refs:MapHandleList (Results 1 - 19 of 19) sorted by null

  /external/v8/src/ic/
ic-compiler.h 23 MapHandleList* receiver_maps, MapHandleList* transitioned_maps,
40 void CompileKeyedStorePolymorphicHandlers(MapHandleList* receiver_maps,
41 MapHandleList* transitioned_maps,
ic-compiler.cc 65 MapHandleList* receiver_maps, MapHandleList* transitioned_maps,
79 MapHandleList* receiver_maps, MapHandleList* transitioned_maps,
ic.h 112 void ConfigureVectorState(Handle<Name> name, MapHandleList* maps,
116 void ConfigureVectorState(MapHandleList* maps,
117 MapHandleList* transitioned_maps,
182 void TargetMaps(MapHandleList* list) {
243 MapHandleList target_maps_;
handler-compiler.h 295 void CompileElementHandlers(MapHandleList* receiver_maps,
ic.cc 571 void IC::ConfigureVectorState(Handle<Name> name, MapHandleList* maps,
594 void IC::ConfigureVectorState(MapHandleList* maps,
595 MapHandleList* transitioned_maps,
676 static bool AddOneReceiverMapIfMissing(MapHandleList* receiver_maps,
694 MapHandleList maps;
758 MapHandleList maps;
776 MapHandleList map_list;
    [all...]
handler-compiler.cc 586 MapHandleList* receiver_maps, CodeHandleList* handlers) {
  /external/v8/src/compiler/
js-native-context-specialization.h 61 MapHandleList const& receiver_maps,
75 MapHandleList const& receiver_maps,
92 MapHandleList* receiver_maps);
access-info.h 114 bool ComputeElementAccessInfos(MapHandleList const& maps,
120 bool ComputePropertyAccessInfos(MapHandleList const& maps, Handle<Name> name,
access-info.cc 171 MapHandleList const& maps, AccessMode access_mode,
174 MapHandleList possible_transition_targets(maps.length());
186 MapHandleList receiver_maps(maps.length());
355 MapHandleList const& maps, Handle<Name> name, AccessMode access_mode,
js-native-context-specialization.cc 73 Node* node, Node* value, MapHandleList const& receiver_maps,
427 MapHandleList receiver_maps;
500 Node* node, Node* index, Node* value, MapHandleList const& receiver_maps,
    [all...]
  /external/v8/src/
type-feedback-vector.h 404 MapHandleList maps;
411 void FindAllMaps(MapHandleList* maps) const { ExtractMaps(maps); }
414 virtual int ExtractMaps(MapHandleList* maps) const;
436 void InstallHandlers(Handle<FixedArray> array, MapHandleList* maps,
470 int ExtractMaps(MapHandleList* maps) const final {
504 void ConfigurePolymorphic(MapHandleList* maps, CodeHandleList* handlers);
520 int ExtractMaps(MapHandleList* maps) const final {
558 void ConfigurePolymorphic(Handle<Name> name, MapHandleList* maps,
588 void ConfigurePolymorphic(MapHandleList* maps, CodeHandleList* handlers);
615 void ConfigurePolymorphic(Handle<Name> name, MapHandleList* maps
    [all...]
type-feedback-vector.cc 450 MapHandleList* maps,
744 void LoadICNexus::ConfigurePolymorphic(MapHandleList* maps,
755 MapHandleList* maps,
773 void StoreICNexus::ConfigurePolymorphic(MapHandleList* maps,
785 MapHandleList* maps,
803 void KeyedStoreICNexus::ConfigurePolymorphic(MapHandleList* maps,
804 MapHandleList* transitioned_maps,
829 int FeedbackNexus::ExtractMaps(MapHandleList* maps) const {
986 MapHandleList maps;
    [all...]
list.h 215 typedef List<Handle<Map> > MapHandleList;
type-info.cc 368 MapHandleList maps;
objects.h     [all...]
objects.cc     [all...]
  /external/v8/test/cctest/
test-feedback-vector.cc 312 MapHandleList maps;
385 MapHandleList maps;
408 MapHandleList maps2;
test-field-type-tracking.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 471 milliseconds