Searched refs:payload1 (Results 1 – 2 of 2) sorted by relevance
/external/webkit/JavaScriptCore/jit/ |
D | JITInlineMethods.h | 353 inline void JIT::emitLoad2(unsigned index1, RegisterID tag1, RegisterID payload1, unsigned index2, … in emitLoad2() argument 356 emitLoad(index1, tag1, payload1); in emitLoad2() 361 emitLoad(index1, tag1, payload1); in emitLoad2()
|
D | JIT.h | 397 …void emitLoad2(unsigned index1, RegisterID tag1, RegisterID payload1, unsigned index2, RegisterID …
|