Searched defs:operand (Results 1 - 25 of 79) sorted by relevance

1234

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGValueRecoveryOverride.h40 ValueRecoveryOverride(VirtualRegister operand, const ValueRecovery& recovery) argument
46 VirtualRegister operand; member in class:JSC::DFG::ValueRecoveryOverride
H A DDFGPredictionInjectionPhase.cpp73 int operand = m_graph.m_plan.mustHandleValues.operandForIndex(i); local
H A DDFGArgumentPosition.h121 VirtualRegister operand = variable->local(); local
H A DDFGJITCode.cpp86 int operand = result.operandForIndex(i); local
H A DDFGOSRExitCompiler32_64.cpp268 int operand = operands.operandForIndex(index); local
[all...]
H A DDFGOSRExitCompiler64.cpp260 int operand = operands.operandForIndex(index); local
H A DDFGStackLayoutPhase.cpp79 VirtualRegister operand = node->unlinkedLocal(); local
245 VirtualRegister operand = node->unlinkedLocal(); local
H A DDFGAbstractHeap.h118 Payload(VirtualRegister operand) argument
H A DDFGCFGSimplificationPhase.cpp267 void keepOperandAlive(BasicBlock* block, BasicBlock* jettisonedBlock, NodeOrigin nodeOrigin, VirtualRegister operand) argument
H A DDFGInPlaceAbstractState.cpp165 int operand = m_graph.m_mustHandleAbstractValues.operandForIndex(i); local
/macosx-10.10.1/libpcap-48/libpcap/
H A Dbpf_image.c62 char operand[64]; local
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DBytecodeLivenessAnalysisInlines.h35 inline bool operandIsAlwaysLive(CodeBlock* codeBlock, int operand) argument
42 inline bool operandThatIsNotAlwaysLiveIsLive(CodeBlock* codeBlock, const FastBitVector& out, int operand) argument
53 inline bool operandIsLive(CodeBlock* codeBlock, const FastBitVector& out, int operand) argument
H A DFullBytecodeLiveness.h50 bool operandIsLive(int operand, unsigned bytecodeIndex) const argument
H A DMethodOfGettingAValueProfile.h87 int operand; member in struct:JSC::MethodOfGettingAValueProfile::__anon2544::__anon2545
H A DInstruction.h66 Instruction(int operand) argument
104 int operand; member in union:JSC::Instruction::__anon2543
H A DLazyOperandValueProfile.h55 LazyOperandValueProfileKey(unsigned bytecodeOffset, VirtualRegister operand) argument
84 VirtualRegister operand() const function in class:JSC::LazyOperandValueProfileKey
H A DVirtualRegister.h35 inline bool operandIsLocal(int operand) argument
40 inline bool operandIsArgument(int operand) argument
77 static int operandToLocal(int operand) { return -1 - operand; } argument
78 static int operandToArgument(int operand) { return operand - CallFrame::thisArgumentOffset(); } argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLExitArgumentForOperand.h43 ExitArgumentForOperand(ExitArgument exitArgument, VirtualRegister operand) argument
52 VirtualRegister operand() const { return m_operand; } function in class:JSC::FTL::ExitArgumentForOperand
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Di370-dis.c61 const struct i370_operand *operand; local
[all...]
H A Dalpha-dis.c135 const struct alpha_operand *operand = alpha_operands + *opindex; local
161 const struct alpha_operand *operand = alpha_operands + *opindex; local
[all...]
H A Dm10200-dis.c34 const struct mn10200_operand *operand; local
[all...]
H A Dppc-dis.c171 const struct powerpc_operand *operand; local
[all...]
H A Ds390-dis.c66 s390_extract_operand (unsigned char *insn, const struct s390_operand *operand) argument
155 const struct s390_operand *operand; local
[all...]
/macosx-10.10.1/dtrace-147/libdwarf/
H A Dpro_expr.c100 Dwarf_Small *operand; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dstrexpr.c82 int operand = 1; local

Completed in 235 milliseconds

1234