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