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

  /external/v8/src/ia32/
disasm-ia32.cc 178 class InstructionTable {
180 InstructionTable();
182 static InstructionTable* get_instance() {
183 static InstructionTable table;
200 InstructionTable::InstructionTable() {
206 void InstructionTable::Clear() {
215 void InstructionTable::Init() {
231 void InstructionTable::CopyTable(const ByteMnemonic bm[],
243 void InstructionTable::SetTableRange(InstructionType type
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 187 class InstructionTable {
189 InstructionTable();
205 InstructionTable::InstructionTable() {
211 void InstructionTable::Clear() {
221 void InstructionTable::Init() {
233 void InstructionTable::CopyTable(const ByteMnemonic bm[],
248 void InstructionTable::SetTableRange(InstructionType type,
263 void InstructionTable::AddJumpConditionalShort() {
273 static v8::internal::LazyInstance<InstructionTable>::type instruction_table
    [all...]

Completed in 336 milliseconds