Searched defs:indexIsInt32 (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJITInlineMethods.h470 inline void JIT::emitStoreInt32(unsigned index, RegisterID payload, bool indexIsInt32) argument
473 if (!indexIsInt32)
477 inline void JIT::emitStoreInt32(unsigned index, TrustedImm32 payload, bool indexIsInt32) argument
480 if (!indexIsInt32)

Completed in 21 milliseconds