Lines Matching refs:HInstructionMap
13 class HInstructionMap final : public ZoneObject { class
15 HInstructionMap(Zone* zone, SideEffectsTracker* side_effects_tracker) in HInstructionMap() function in v8::internal::HInstructionMap
36 HInstructionMap* Copy(Zone* zone) const { in Copy()
37 return new(zone) HInstructionMap(zone, this); in Copy()
53 HInstructionMap(Zone* zone, const HInstructionMap* other);
135 HInstructionMap::HInstructionMap(Zone* zone, const HInstructionMap* other) in HInstructionMap() function in v8::internal::HInstructionMap
151 void HInstructionMap::Kill(SideEffects changes) { in Kill()
200 HInstruction* HInstructionMap::Lookup(HInstruction* instr) const { in Lookup()
215 void HInstructionMap::Resize(int new_size, Zone* zone) { in Resize()
260 void HInstructionMap::ResizeLists(int new_size, Zone* zone) { in ResizeLists()
283 void HInstructionMap::Insert(HInstruction* instr, Zone* zone) { in Insert()
686 HInstructionMap* entry_map) { in CreateEntry()
692 HInstructionMap* map() { return map_; } in map()
719 HInstructionMap* map, in Initialize()
735 HInstructionMap* map, in GvnBasicBlockState()
782 HInstructionMap* map_;
795 HInstructionMap* entry_map = in AnalyzeGraph()
796 new(zone()) HInstructionMap(zone(), &side_effects_tracker_); in AnalyzeGraph()
802 HInstructionMap* map = current->map(); in AnalyzeGraph()
876 HInstructionMap* successor_map = next->map(); in AnalyzeGraph()