Searched refs:intTagFor (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/JavaScriptCore/jit/ |
D | JSInterfaceJIT.h | 214 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
|
D | JITCall.cpp | 205 store32(TrustedImm32(Int32Tag), intTagFor(registerOffset + RegisterFile::ArgumentCount)); in compileOpCall()
|
D | JITOpcodes.cpp | 911 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()
|
D | JITInlineMethods.h | 68 store32(TrustedImm32(Int32Tag), intTagFor(entry, callFrameRegister)); in emitPutIntToCallFrameHeader()
|
D | JITOpcodes32_64.cpp | 1303 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/ |
D | ChangeLog | 5290 (JSC::JSInterfaceJIT::intTagFor): 5344 (JSC::JSInterfaceJIT::intTagFor): 5707 (JSC::JSInterfaceJIT::intTagFor):
|