Searched refs:argCountDst (Results 1 - 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/jit/
H A DJITCall.cpp208 int argCountDst = currentInstruction[1].u.operand; local
215 store32(returnValueRegister, Address(callFrameRegister, argCountDst * sizeof(Register)));
H A DJITOpcodes.cpp1983 int argCountDst = currentInstruction[1].u.operand;
1990 store32(returnValueRegister, Address(callFrameRegister, argCountDst * sizeof(Register)));
/external/webkit/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp1471 RegisterID* BytecodeGenerator::emitLoadVarargs(RegisterID* argCountDst, RegisterID* arguments) argument
1473 ASSERT(argCountDst->index() < arguments->index());
1475 instructions().append(argCountDst->index());
1477 return argCountDst;
H A DBytecodeGenerator.h315 RegisterID* emitLoadVarargs(RegisterID* argCountDst, RegisterID* args);
/external/webkit/JavaScriptCore/interpreter/
H A DInterpreter.cpp3113 int argCountDst = vPC[1].u.operand;
3185 callFrame->r(argCountDst) = Register::withInt(argCount + 1);

Completed in 51 milliseconds