HomeSort by relevance Sort by last modified time
    Searched refs:CopyTable (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ia32/
disasm-ia32.cc 167 void CopyTable(ByteMnemonic bm[], InstructionType type);
192 CopyTable(two_operands_instr, TWO_OPERANDS_INSTR);
193 CopyTable(zero_operands_instr, ZERO_OPERANDS_INSTR);
194 CopyTable(call_jump_instr, CALL_JUMP_INSTR);
195 CopyTable(short_immediate_instr, SHORT_IMMEDIATE_INSTR);
206 void InstructionTable::CopyTable(ByteMnemonic bm[], InstructionType type) {
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 193 void CopyTable(ByteMnemonic bm[], InstructionType type);
217 CopyTable(two_operands_instr, TWO_OPERANDS_INSTR);
218 CopyTable(zero_operands_instr, ZERO_OPERANDS_INSTR);
219 CopyTable(call_jump_instr, CALL_JUMP_INSTR);
220 CopyTable(short_immediate_instr, SHORT_IMMEDIATE_INSTR);
228 void InstructionTable::CopyTable(ByteMnemonic bm[], InstructionType type) {
    [all...]

Completed in 87 milliseconds