Searched defs:argumentsRegister (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGStackLayoutPhase.cpp111 VirtualRegister argumentsRegister = m_graph.argumentsRegisterFor(inlineCallFrame); local
155 VirtualRegister argumentsRegister = virtualRegisterForLocal( local
[all...]
H A DDFGArgumentsSimplificationPhase.cpp191 VirtualRegister argumentsRegister = local
659 VirtualRegister argumentsRegister = local
732 VirtualRegister argumentsRegister = local
[all...]
H A DDFGOperations.cpp785 EncodedJSValue JIT_OPERATION operationGetArgumentByVal(ExecState* exec, int32_t argumentsRegister, int32_t index) argument
800 operationGetInlinedArgumentByVal( ExecState* exec, int32_t argumentsRegister, InlineCallFrame* inlineCallFrame, int32_t index) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITOpcodes32_64.cpp1123 int argumentsRegister = currentInstruction[2].u.operand; local
1141 int argumentsRegister = currentInstruction[2].u.operand; local
H A DJITOpcodes.cpp1017 int argumentsRegister = currentInstruction[2].u.operand; local
1036 int argumentsRegister = currentInstruction[2].u.operand; local
H A DJITOperations.cpp1404 EncodedJSValue JIT_OPERATION operationGetArgumentsLength(ExecState* exec, int32_t argumentsRegister) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DUnlinkedCodeBlock.h281 void setArgumentsRegister(VirtualRegister argumentsRegister) { m_argumentsRegister = argumentsRegister; } argument
283 VirtualRegister argumentsRegister() const { return m_argumentsRegister; } function in class:JSC::UnlinkedCodeBlock
H A DCodeBlock.h86 inline VirtualRegister unmodifiedArgumentsRegister(VirtualRegister argumentsRegister) { return VirtualRegister(argumentsRegister.offset() + 1); } argument
321 void setArgumentsRegister(VirtualRegister argumentsRegister) argument
327 VirtualRegister argumentsRegister() const function in class:JSC::CodeBlock
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DNodesCodegen.cpp565 RefPtr<RegisterID> argumentsRegister; local
638 RefPtr<RegisterID> argumentsRegister = generator.emitLoad(generator.newTemporary(), jsUndefined()); local
H A DBytecodeGenerator.cpp257 RegisterID* argumentsRegister = addVar(propertyNames().arguments, IsVariable, NotWatchable); // Can be changed by assigning to 'arguments'. local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLLowerDFGToLLVM.cpp4727 VirtualRegister argumentsRegister = m_graph.argumentsRegisterFor(codeOrigin); local

Completed in 231 milliseconds