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

  /external/webkit/JavaScriptCore/jit/
JIT.cpp 490 SwitchRecord record = m_switches[i];
493 if (record.type != SwitchRecord::String) {
494 ASSERT(record.type == SwitchRecord::Immediate || record.type == SwitchRecord::Character);
504 ASSERT(record.type == SwitchRecord::String);
JIT.h 115 struct SwitchRecord {
132 SwitchRecord(SimpleJumpTable* jumpTable, unsigned bytecodeIndex, unsigned defaultOffset, Type type)
140 SwitchRecord(StringJumpTable* jumpTable, unsigned bytecodeIndex, unsigned defaultOffset)
    [all...]
JITOpcodes.cpp     [all...]

Completed in 15 milliseconds