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

  /external/webkit/JavaScriptCore/jit/
JITCall.cpp 97 int argCountRegister = instruction[3].u.operand;
101 emitLoadPayload(argCountRegister, regT2); // argCount
485 int argCountRegister = instruction[3].u.operand;
487 emitGetVirtualRegister(argCountRegister, regT1);
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp     [all...]

Completed in 39 milliseconds