Searched refs:HInstructionMap (Results 1 – 1 of 1) sorted by relevance
13 class HInstructionMap final : public ZoneObject { class15 HInstructionMap(Zone* zone, SideEffectsTracker* side_effects_tracker) in HInstructionMap() function in v8::internal::HInstructionMap36 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::HInstructionMap151 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()[all …]