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

  /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) {
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 88 UNALLOCATED
94 type(UNALLOCATED),
103 type(UNALLOCATED),

Completed in 174 milliseconds