Searched refs:CopyTable (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/x87/ |
D | disasm-x87.cc | 155 void CopyTable(const ByteMnemonic bm[], InstructionType type); 180 CopyTable(two_operands_instr, TWO_OPERANDS_INSTR); in Init() 181 CopyTable(zero_operands_instr, ZERO_OPERANDS_INSTR); in Init() 182 CopyTable(call_jump_instr, CALL_JUMP_INSTR); in Init() 183 CopyTable(short_immediate_instr, SHORT_IMMEDIATE_INSTR); in Init() 184 CopyTable(byte_immediate_instr, BYTE_IMMEDIATE_INSTR); in Init() 195 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable() function in disasm::InstructionTable
|
/external/flatbuffers/src/ |
D | reflection.cpp | 359 Offset<const Table *> CopyTable(FlatBufferBuilder &fbb, in CopyTable() function 383 offset = CopyTable(fbb, schema, subobjectdef, in CopyTable() 390 offset = CopyTable(fbb, schema, subobjectdef, in CopyTable() 418 CopyTable(fbb, schema, *elemobjectdef, *vec->Get(i)); in CopyTable()
|
/external/v8/src/ia32/ |
D | disasm-ia32.cc | 155 void CopyTable(const ByteMnemonic bm[], InstructionType type); 180 CopyTable(two_operands_instr, TWO_OPERANDS_INSTR); in Init() 181 CopyTable(zero_operands_instr, ZERO_OPERANDS_INSTR); in Init() 182 CopyTable(call_jump_instr, CALL_JUMP_INSTR); in Init() 183 CopyTable(short_immediate_instr, SHORT_IMMEDIATE_INSTR); in Init() 184 CopyTable(byte_immediate_instr, BYTE_IMMEDIATE_INSTR); in Init() 195 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable() function in disasm::InstructionTable
|
/external/v8/src/x64/ |
D | disasm-x64.cc | 177 void CopyTable(const ByteMnemonic bm[], InstructionType type); 201 CopyTable(two_operands_instr, TWO_OPERANDS_INSTR); in Init() 202 CopyTable(zero_operands_instr, ZERO_OPERANDS_INSTR); in Init() 203 CopyTable(call_jump_instr, CALL_JUMP_INSTR); in Init() 204 CopyTable(short_immediate_instr, SHORT_IMMEDIATE_INSTR); in Init() 212 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable() function in disasm::InstructionTable
|
/external/flatbuffers/include/flatbuffers/ |
D | reflection.h | 441 Offset<const Table *> CopyTable(FlatBufferBuilder &fbb,
|
/external/flatbuffers/tests/ |
D | test.cpp | 625 auto root_offset = flatbuffers::CopyTable(fbb, schema, *root_table, in ReflectionTest()
|