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

  /frameworks/compile/mclinker/include/mcld/Support/
Space.h 35 UNALLOCATED
  /external/v8/src/
variables.h 55 UNALLOCATED,
115 bool IsUnallocated() const { return location_ == UNALLOCATED; }
lithium.h 42 UNALLOCATED,
61 bool IsUnallocated() const { return kind() == UNALLOCATED; }
113 explicit LUnallocated(Policy policy) : LOperand(UNALLOCATED, 0) {
117 LUnallocated(Policy policy, int fixed_index) : LOperand(UNALLOCATED, 0) {
121 LUnallocated(Policy policy, Lifetime lifetime) : LOperand(UNALLOCATED, 0) {

Completed in 368 milliseconds