Searched defs:isArgument (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DVirtualRegister.h61 bool isArgument() const { return operandIsArgument(m_virtualRegister); } function in class:JSC::VirtualRegister
H A DOperands.h196 bool isArgument(size_t index) const { return index < numberOfArguments(); } function in class:JSC::Operands
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLExitValue.h156 bool isArgument() const { return kind() == ExitValueArgument; } function in class:JSC::FTL::ExitValue
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DArguments.h252 inline bool Arguments::isArgument(size_t argument) function in class:JSC::Arguments

Completed in 210 milliseconds