Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/jit/
DJSInterfaceJIT.h225 …inline JSInterfaceJIT::Jump JSInterfaceJIT::emitLoadJSCell(unsigned virtualRegisterIndex, Register… in emitLoadJSCell()
231 inline JSInterfaceJIT::Jump JSInterfaceJIT::emitJumpIfNotJSCell(unsigned virtualRegisterIndex) in emitJumpIfNotJSCell()
237 …inline JSInterfaceJIT::Jump JSInterfaceJIT::emitLoadInt32(unsigned virtualRegisterIndex, RegisterI… in emitLoadInt32()
244 inline JSInterfaceJIT::Address JSInterfaceJIT::tagFor(int virtualRegisterIndex, RegisterID base) in tagFor()
250 …inline JSInterfaceJIT::Address JSInterfaceJIT::payloadFor(int virtualRegisterIndex, RegisterID bas… in payloadFor()
256 …inline JSInterfaceJIT::Address JSInterfaceJIT::intPayloadFor(int virtualRegisterIndex, RegisterID … in intPayloadFor()
261 …inline JSInterfaceJIT::Address JSInterfaceJIT::intTagFor(int virtualRegisterIndex, RegisterID base) in intTagFor()
266 …inline JSInterfaceJIT::Jump JSInterfaceJIT::emitLoadDouble(unsigned virtualRegisterIndex, FPRegist… in emitLoadDouble()
291 …inline JSInterfaceJIT::Jump JSInterfaceJIT::emitLoadJSCell(unsigned virtualRegisterIndex, Register… in emitLoadJSCell()
297 …inline JSInterfaceJIT::Jump JSInterfaceJIT::emitLoadInt32(unsigned virtualRegisterIndex, RegisterI… in emitLoadInt32()
[all …]
DJITInlineMethods.h526 inline void JIT::map(unsigned bytecodeOffset, unsigned virtualRegisterIndex, RegisterID tag, Regist… in map()
553 inline bool JIT::isMapped(unsigned virtualRegisterIndex) in isMapped()
562 inline bool JIT::getMappedPayload(unsigned virtualRegisterIndex, RegisterID& payload) in getMappedPayload()
574 inline bool JIT::getMappedTag(unsigned virtualRegisterIndex, RegisterID& tag) in getMappedTag()
586 inline void JIT::emitJumpSlowCaseIfNotJSCell(unsigned virtualRegisterIndex) in emitJumpSlowCaseIfNotJSCell()
596 inline void JIT::emitJumpSlowCaseIfNotJSCell(unsigned virtualRegisterIndex, RegisterID tag) in emitJumpSlowCaseIfNotJSCell()
606 … JIT::linkSlowCaseIfNotJSCell(Vector<SlowCaseEntry>::iterator& iter, unsigned virtualRegisterIndex) in linkSlowCaseIfNotJSCell()