Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-gvn.cc14 class HInstructionMap final : public ZoneObject { class
16 HInstructionMap(Zone* zone, SideEffectsTracker* side_effects_tracker) in HInstructionMap() function in v8::internal::HInstructionMap
37 HInstructionMap* Copy(Zone* zone) const { in Copy()
38 return new(zone) HInstructionMap(zone, this); in Copy()
54 HInstructionMap(Zone* zone, const HInstructionMap* other);
136 HInstructionMap::HInstructionMap(Zone* zone, const HInstructionMap* other) in HInstructionMap() function in v8::internal::HInstructionMap
152 void HInstructionMap::Kill(SideEffects changes) { in Kill()
201 HInstruction* HInstructionMap::Lookup(HInstruction* instr) const { in Lookup()
216 void HInstructionMap::Resize(int new_size, Zone* zone) { in Resize()
261 void HInstructionMap::ResizeLists(int new_size, Zone* zone) { in ResizeLists()
[all …]