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

  /external/chromium_org/v8/src/
variables.h 33 UNALLOCATED,
93 bool IsUnallocated() const { return location_ == UNALLOCATED; }
lithium.h 30 UNALLOCATED,
45 LITHIUM_OPERAND_PREDICATE(Unallocated, UNALLOCATED, 0)
104 explicit LUnallocated(ExtendedPolicy policy) : LOperand(UNALLOCATED, 0) {
110 LUnallocated(BasicPolicy policy, int index) : LOperand(UNALLOCATED, 0) {
117 LUnallocated(ExtendedPolicy policy, int index) : LOperand(UNALLOCATED, 0) {
126 : LOperand(UNALLOCATED, 0) {
163 // BitFields for all unallocated operands.
  /external/chromium_org/v8/src/compiler/
instruction.h 51 UNALLOCATED,
68 INSTRUCTION_OPERAND_PREDICATE(Unallocated, UNALLOCATED, 0)
124 : InstructionOperand(UNALLOCATED, 0) {
131 : InstructionOperand(UNALLOCATED, 0) {
139 : InstructionOperand(UNALLOCATED, 0) {
148 : InstructionOperand(UNALLOCATED, 0) {
191 // BitFields for all unallocated operands.

Completed in 47 milliseconds