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

  /external/v8/src/
variables.h 115 bool IsUnallocated() const { return location_ == UNALLOCATED; }
lithium.h 61 bool IsUnallocated() const { return kind() == UNALLOCATED; }
190 ASSERT(op->IsUnallocated());

Completed in 121 milliseconds