HomeSort by relevance Sort by last modified time
    Searched refs:IsUnallocated (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
lithium-allocator.cc 89 if (operand_ != NULL && operand_->IsUnallocated()) {
99 return hint_ != NULL && !hint_->IsUnallocated();
187 return spill_operand_ != NULL && !spill_operand_->IsUnallocated();
192 ASSERT(!operand->IsUnallocated());
194 ASSERT(spill_operand_->IsUnallocated());
260 ASSERT(!op->IsUnallocated());
693 if (!operand->IsUnallocated()) return NULL;
704 if (operand->IsUnallocated()) {
730 if (operand->IsUnallocated()) {
743 if (operand->IsUnallocated()) {
    [all...]
lithium.h 60 bool IsUnallocated() const { return kind() == UNALLOCATED; }
190 ASSERT(op->IsUnallocated());
239 destination_->IsUnallocated() &&
hydrogen.cc     [all...]

Completed in 45 milliseconds