Searched defs:UnlinkedInstruction (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DUnlinkedCodeBlock.h225 struct UnlinkedInstruction { struct in namespace:JSC
226 UnlinkedInstruction() { u.operand = 0; } function in struct:JSC::UnlinkedInstruction
227 UnlinkedInstruction(OpcodeID opcode) { u.opcode = opcode; } function in struct:JSC::UnlinkedInstruction
228 UnlinkedInstruction(int operand) { u.operand = operand; } function in struct:JSC::UnlinkedInstruction

Completed in 123 milliseconds