Searched refs:NO_INSTR (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/x64/
H A Ddisasm-x64.cc135 NO_INSTR, enumerator in enum:disasm::InstructionType
192 instructions_[i].type = NO_INSTR;
219 DCHECK_EQ(NO_INSTR, id->type); // Information not already entered
233 DCHECK_EQ(NO_INSTR, id->type); // Information not already entered
244 DCHECK_EQ(NO_INSTR, id->type); // Information not already entered
1473 case NO_INSTR:
/external/chromium_org/v8/src/ia32/
H A Ddisasm-ia32.cc136 NO_INSTR, enumerator in enum:disasm::InstructionType
186 instructions_[i].type = NO_INSTR;
214 DCHECK_EQ(NO_INSTR, id->type); // Information not already entered.
226 DCHECK_EQ(NO_INSTR, id->type); // Information not already entered.
236 DCHECK_EQ(NO_INSTR, id->type); // Information not already entered.
959 case NO_INSTR:
/external/chromium_org/v8/src/x87/
H A Ddisasm-x87.cc136 NO_INSTR, enumerator in enum:disasm::InstructionType
186 instructions_[i].type = NO_INSTR;
214 DCHECK_EQ(NO_INSTR, id->type); // Information not already entered.
226 DCHECK_EQ(NO_INSTR, id->type); // Information not already entered.
236 DCHECK_EQ(NO_INSTR, id->type); // Information not already entered.
980 case NO_INSTR:

Completed in 70 milliseconds