HomeSort by relevance Sort by last modified time
    Searched defs:jumpTable (Results 1 - 3 of 3) sorted by null

  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp     [all...]
  /external/webkit/JavaScriptCore/jit/
JIT.h 91 struct JumpTable {
95 JumpTable(MacroAssembler::Jump f, unsigned t)
127 } jumpTable;
132 SwitchRecord(SimpleJumpTable* jumpTable, unsigned bytecodeIndex, unsigned defaultOffset, Type type)
137 this->jumpTable.simpleJumpTable = jumpTable;
140 SwitchRecord(StringJumpTable* jumpTable, unsigned bytecodeIndex, unsigned defaultOffset)
145 this->jumpTable.stringJumpTable = jumpTable;
    [all...]
JITOpcodes.cpp     [all...]

Completed in 548 milliseconds