Searched refs:NO_INSTR (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/x64/ |
D | disasm-x64.cc | 135 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/ |
D | disasm-ia32.cc | 136 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/ |
D | disasm-x87.cc | 136 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()
|