Home
last modified time | relevance | path

Searched refs:intTagFor (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
DJSInterfaceJIT.h214 inline Address intTagFor(int index, RegisterID base = callFrameRegister);
261 …inline JSInterfaceJIT::Address JSInterfaceJIT::intTagFor(int virtualRegisterIndex, RegisterID base) in intTagFor() function
337 …inline JSInterfaceJIT::Address JSInterfaceJIT::intTagFor(int virtualRegisterIndex, RegisterID base) in intTagFor() function
DJITCall.cpp205 store32(TrustedImm32(Int32Tag), intTagFor(registerOffset + RegisterFile::ArgumentCount)); in compileOpCall()
DJITOpcodes.cpp911 store32(TrustedImm32(Int32Tag), intTagFor(size)); in emit_op_get_pnames()
1698 store32(TrustedImm32(Int32Tag), intTagFor(argCountDst)); in emit_op_load_varargs()
1738 store32(TrustedImm32(Int32Tag), intTagFor(argCountDst)); in emitSlow_op_load_varargs()
DJITInlineMethods.h68 store32(TrustedImm32(Int32Tag), intTagFor(entry, callFrameRegister)); in emitPutIntToCallFrameHeader()
DJITOpcodes32_64.cpp1303 store32(TrustedImm32(Int32Tag), intTagFor(i)); in emit_op_get_pnames()
1305 store32(TrustedImm32(Int32Tag), intTagFor(size)); in emit_op_get_pnames()
/external/webkit/Source/JavaScriptCore/
DChangeLog5290 (JSC::JSInterfaceJIT::intTagFor):
5344 (JSC::JSInterfaceJIT::intTagFor):
5707 (JSC::JSInterfaceJIT::intTagFor):