Home
last modified time | relevance | path

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

/external/v8/src/x87/
Ddisasm-x87.cc123 NO_INSTR, enumerator
173 instructions_[i].type = NO_INSTR; in Clear()
201 DCHECK_EQ(NO_INSTR, id->type); // Information not already entered. in CopyTable()
213 DCHECK_EQ(NO_INSTR, id->type); // Information not already entered. in SetTableRange()
223 DCHECK_EQ(NO_INSTR, id->type); // Information not already entered. in AddJumpConditionalShort()
1007 case NO_INSTR: in InstructionDecode()
/external/v8/src/ia32/
Ddisasm-ia32.cc123 NO_INSTR, enumerator
173 instructions_[i].type = NO_INSTR; in Clear()
201 DCHECK_EQ(NO_INSTR, id->type); // Information not already entered. in CopyTable()
213 DCHECK_EQ(NO_INSTR, id->type); // Information not already entered. in SetTableRange()
223 DCHECK_EQ(NO_INSTR, id->type); // Information not already entered. in AddJumpConditionalShort()
1333 case NO_INSTR: in InstructionDecode()
/external/v8/src/x64/
Ddisasm-x64.cc135 NO_INSTR, enumerator
193 instructions_[i].type = NO_INSTR; in Clear()
220 DCHECK_EQ(NO_INSTR, id->type); // Information not already entered in CopyTable()
234 DCHECK_EQ(NO_INSTR, id->type); // Information not already entered in SetTableRange()
245 DCHECK_EQ(NO_INSTR, id->type); // Information not already entered in AddJumpConditionalShort()
2363 case NO_INSTR: in InstructionDecode()