Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc1360 phi_map_(allocation_zone()), in RegisterAllocationData()
1450 phi_map_.insert(std::make_pair(phi->virtual_register(), map_value)); in InitializePhiMap()
1459 auto it = phi_map_.find(virtual_register); in GetPhiMapValueFor()
1460 DCHECK(it != phi_map_.end()); in GetPhiMapValueFor()
Dregister-allocator.h843 PhiMap phi_map_; variable