Searched refs:emitStore (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJITOpcodes32_64.cpp481 emitStore(dst, getConstantOperand(src));
484 emitStore(dst, regT1, regT0);
655 emitStore(dst, regT1, regT0);
669 emitStore(index, regT1, regT0, regT2);
696 emitStore(dst, regT1, regT0);
724 emitStore(index, regT1, regT0, regT2);
780 emitStore(dst, regT1, regT0);
847 emitStore(dst, regT1, regT0);
1409 emitStore(dst, regT1, regT0);
1445 emitStore(exceptio
[all...]
H A DJITCall32_64.cpp61 emitStore(dst, regT1, regT0);
288 emitStore(registerOffset + RegisterFile::Callee, regT1, regT0);
H A DJITStubCall.h197 m_jit->emitStore(dst, JIT::regT1, JIT::regT0);
H A DJITPropertyAccess32_64.cpp241 emitStore(dst, regT1, regT0);
321 emitStore(dst, regT1, regT0);
339 emitStore(dst, regT1, regT0);
414 emitStore(dst, regT1, regT0);
549 emitStore(offset, valueTag, valuePayload, base);
1113 emitStore(dst, regT1, regT0);
H A DJITInlineMethods.h464 inline void JIT::emitStore(unsigned index, RegisterID tag, RegisterID payload, RegisterID base) function in class:JSC::JIT
503 inline void JIT::emitStore(unsigned index, const JSValue constant, RegisterID base) function in class:JSC::JIT
511 emitStore(dst, jsUndefined());
H A DJIT.h309 void emitStore(unsigned index, RegisterID tag, RegisterID payload, RegisterID base = callFrameRegister);
310 void emitStore(unsigned index, const JSValue constant, RegisterID base = callFrameRegister);
H A DJITArithmetic32_64.cpp1339 emitStore(dst, jsNumber(-0.0));

Completed in 42 milliseconds