Searched defs:isConstantRegisterIndex (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DUnlinkedCodeBlock.h306 ALWAYS_INLINE bool isConstantRegisterIndex(int index) const { return index >= FirstConstantRegisterIndex; } function in class:JSC::UnlinkedCodeBlock
H A DCodeBlock.h832 ALWAYS_INLINE bool isConstantRegisterIndex(int index) const { return index >= FirstConstantRegisterIndex; } function in class:JSC::CodeBlock

Completed in 201 milliseconds