Searched defs:IsUnallocated (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dlithium.h60 bool IsUnallocated() const { return kind() == UNALLOCATED; } function in class:v8::internal::LOperand
190 ASSERT(op->IsUnallocated());
239 destination_->IsUnallocated() &&

Completed in 137 milliseconds