Lines Matching refs:HInstructionMap
12 class HInstructionMap FINAL : public ZoneObject {
14 HInstructionMap(Zone* zone, SideEffectsTracker* side_effects_tracker) in HInstructionMap() function in v8::internal::FINAL
35 HInstructionMap* Copy(Zone* zone) const { in Copy()
36 return new(zone) HInstructionMap(zone, this); in Copy()
52 HInstructionMap(Zone* zone, const HInstructionMap* other);
134 HInstructionMap::HInstructionMap(Zone* zone, const HInstructionMap* other) in HInstructionMap() function in v8::internal::HInstructionMap
150 void HInstructionMap::Kill(SideEffects changes) { in Kill()
199 HInstruction* HInstructionMap::Lookup(HInstruction* instr) const { in Lookup()
214 void HInstructionMap::Resize(int new_size, Zone* zone) { in Resize()
259 void HInstructionMap::ResizeLists(int new_size, Zone* zone) { in ResizeLists()
282 void HInstructionMap::Insert(HInstruction* instr, Zone* zone) { in Insert()
678 HInstructionMap* entry_map) { in CreateEntry()
684 HInstructionMap* map() { return map_; } in map()
711 HInstructionMap* map, in Initialize()
727 HInstructionMap* map, in GvnBasicBlockState()
774 HInstructionMap* map_;
787 HInstructionMap* entry_map = in AnalyzeGraph()
788 new(zone()) HInstructionMap(zone(), &side_effects_tracker_); in AnalyzeGraph()
794 HInstructionMap* map = current->map(); in AnalyzeGraph()
868 HInstructionMap* successor_map = next->map(); in AnalyzeGraph()