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

/external/v8/src/
H A Dvariables.h55 UNALLOCATED, enumerator in enum:v8::internal::Variable::Location
115 bool IsUnallocated() const { return location_ == UNALLOCATED; }
H A Dlithium.h42 UNALLOCATED, enumerator in enum:v8::internal::LOperand::Kind
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 137 milliseconds