Home
last modified time | relevance | path

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

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