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

  /external/chromium_org/v8/src/ia32/
disasm-ia32.cc 155 class InstructionTable {
157 InstructionTable();
159 static InstructionTable* get_instance() {
160 static InstructionTable table;
177 InstructionTable::InstructionTable() {
183 void InstructionTable::Clear() {
192 void InstructionTable::Init() {
208 void InstructionTable::CopyTable(const ByteMnemonic bm[],
220 void InstructionTable::SetTableRange(InstructionType type
    [all...]
  /external/chromium_org/v8/src/x87/
disasm-x87.cc 155 class InstructionTable {
157 InstructionTable();
159 static InstructionTable* get_instance() {
160 static InstructionTable table;
177 InstructionTable::InstructionTable() {
183 void InstructionTable::Clear() {
192 void InstructionTable::Init() {
208 void InstructionTable::CopyTable(const ByteMnemonic bm[],
220 void InstructionTable::SetTableRange(InstructionType type
    [all...]
  /external/chromium_org/v8/src/x64/
disasm-x64.cc 165 class InstructionTable {
167 InstructionTable();
183 InstructionTable::InstructionTable() {
189 void InstructionTable::Clear() {
199 void InstructionTable::Init() {
211 void InstructionTable::CopyTable(const ByteMnemonic bm[],
226 void InstructionTable::SetTableRange(InstructionType type,
241 void InstructionTable::AddJumpConditionalShort() {
251 static v8::base::LazyInstance<InstructionTable>::type instruction_table
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 178 milliseconds