Searched refs:IsSpilled (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dlithium-allocator.cc148 ASSERT(!HasRegisterAssigned() && !IsSpilled());
156 ASSERT(!IsSpilled());
231 ASSERT(!IsSpilled());
237 } else if (IsSpilled()) {
1130 if (cur_cover->IsSpilled()) return;
1196 if (!second_range->IsSpilled()) {
1427 if (!cur->IsSpilled()) {
1573 ASSERT(!current->HasRegisterAssigned() && !current->IsSpilled());
1647 ASSERT(!range->HasRegisterAssigned() && !range->IsSpilled());
1665 ASSERT(!range->HasRegisterAssigned() && !range->IsSpilled());
[all...]
H A Dlithium-allocator.h327 bool IsSpilled() const { return spilled_; } function in class:v8::internal::LiveRange
H A Dhydrogen.cc8039 } else if (range->IsSpilled()) {

Completed in 321 milliseconds