Searched defs:GetPhiMapValueFor (Results 1 - 1 of 1) sorted by relevance
/external/v8/src/compiler/ | ||
H A D | register-allocator.cc | 1457 RegisterAllocationData::PhiMapValue* RegisterAllocationData::GetPhiMapValueFor( function in class:v8::internal::compiler::LiveRangeBoundArray::RegisterAllocationData 1465 RegisterAllocationData::PhiMapValue* RegisterAllocationData::GetPhiMapValueFor( function in class:v8::internal::compiler::LiveRangeBoundArray::RegisterAllocationData 1467 return GetPhiMapValueFor(top_range->vreg()); 2162 hint = data()->GetPhiMapValueFor(to_vreg); 2711 data()->GetPhiMapValueFor(range->TopLevel())->set_assigned_register(reg); 3139 data()->GetPhiMapValueFor(range); 3325 data()->GetPhiMapValueFor(top_range)->CommitAssignment( |
Completed in 35 milliseconds