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

  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 270 RegisterID* emitBinaryOp(OpcodeID, RegisterID* dst, RegisterID* src1, RegisterID* src2, OperandTypes);
291 RegisterID* emitIn(RegisterID* dst, RegisterID* property, RegisterID* base) { return emitBinaryOp(op_in, dst, property, base, OperandTypes()); }
NodesCodegen.cpp 703 return generator.emitBinaryOp(op_add, r0.get(), local, r0.get(), OperandTypes());
    [all...]
BytecodeGenerator.cpp 881 RegisterID* BytecodeGenerator::emitBinaryOp(OpcodeID opcodeID, RegisterID* dst, RegisterID* src1, RegisterID* src2, OperandTypes types)
    [all...]

Completed in 11 milliseconds