Home
last modified time | relevance | path

Searched refs:op_create_arguments (Results 1 – 7 of 7) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DOpcode.h44 macro(op_create_arguments, 1) \
DCodeBlock.cpp490 case op_create_arguments: { in dump()
/external/webkit/JavaScriptCore/jit/
DJIT.cpp230 DEFINE_OP(op_create_arguments) in privateCompileMainPass()
DJITStubs.cpp1618 DEFINE_STUB_FUNCTION(void, op_create_arguments) in DEFINE_STUB_FUNCTION() argument
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp337 emitOpcode(op_create_arguments); in BytecodeGenerator()
1349 emitOpcode(op_create_arguments); in createArgumentsIfNecessary()
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp3364 DEFINE_OPCODE(op_create_arguments) { in privateExecute()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1630904 it also renames op_init_arguments to op_create_arguments.