Searched refs:operandIsLive (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DBytecodeLivenessAnalysis.h61 inline bool operandIsLive(CodeBlock*, const FastBitVector& out, int operand);
H A DBytecodeLivenessAnalysisInlines.h53 inline bool operandIsLive(CodeBlock* codeBlock, const FastBitVector& out, int operand) function in namespace:JSC
H A DFullBytecodeLiveness.h50 bool operandIsLive(int operand, unsigned bytecodeIndex) const function in class:JSC::FullBytecodeLiveness
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGGraph.cpp729 return livenessFor(codeOrigin.inlineCallFrame).operandIsLive(

Completed in 284 milliseconds