Home
last modified time | relevance | path

Searched defs:argCountDst (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
DJITOpcodes.cpp1674 int argCountDst = currentInstruction[1].u.operand; in emit_op_load_varargs() local
1726 int argCountDst = currentInstruction[1].u.operand; in emitSlow_op_load_varargs() local
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1694 RegisterID* BytecodeGenerator::emitLoadVarargs(RegisterID* argCountDst, RegisterID* thisRegister, R… in emitLoadVarargs()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp3932 int argCountDst = vPC[1].u.operand; in privateExecute() local