Home
last modified time | relevance | path

Searched defs:virtualRegisterIndex (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/jit/
DJITInlineMethods.h484 inline void JIT::map(unsigned bytecodeIndex, unsigned virtualRegisterIndex, RegisterID tag, Registe… in map()
511 inline bool JIT::isMapped(unsigned virtualRegisterIndex) in isMapped()
520 inline bool JIT::getMappedPayload(unsigned virtualRegisterIndex, RegisterID& payload) in getMappedPayload()
532 inline bool JIT::getMappedTag(unsigned virtualRegisterIndex, RegisterID& tag) in getMappedTag()
544 inline void JIT::emitJumpSlowCaseIfNotJSCell(unsigned virtualRegisterIndex) in emitJumpSlowCaseIfNotJSCell()
550 inline void JIT::emitJumpSlowCaseIfNotJSCell(unsigned virtualRegisterIndex, RegisterID tag) in emitJumpSlowCaseIfNotJSCell()
556 … JIT::linkSlowCaseIfNotJSCell(Vector<SlowCaseEntry>::iterator& iter, unsigned virtualRegisterIndex) in linkSlowCaseIfNotJSCell()