Home
last modified time | relevance | path

Searched defs:LUnallocated (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dlithium.h104 explicit LUnallocated(ExtendedPolicy policy) : LOperand(UNALLOCATED, 0) { in LUnallocated() function
110 LUnallocated(BasicPolicy policy, int index) : LOperand(UNALLOCATED, 0) { in LUnallocated() function
117 LUnallocated(ExtendedPolicy policy, int index) : LOperand(UNALLOCATED, 0) { in LUnallocated() function
125 LUnallocated(ExtendedPolicy policy, Lifetime lifetime) in LUnallocated() function
Dlithium-allocator.h26 class LUnallocated; variable