Home
last modified time | relevance | path

Searched refs:CopyTable (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/x87/
Ddisasm-x87.cc155 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/
Dreflection.cpp359 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/
Ddisasm-ia32.cc155 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/
Ddisasm-x64.cc177 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/
Dreflection.h441 Offset<const Table *> CopyTable(FlatBufferBuilder &fbb,
/external/flatbuffers/tests/
Dtest.cpp625 auto root_offset = flatbuffers::CopyTable(fbb, schema, *root_table, in ReflectionTest()