Searched refs:poke (Results 1 - 9 of 9) sorted by relevance

/external/webkit/JavaScriptCore/jit/
H A DJITStubCall.h104 m_jit->poke(argument, m_stackIndex);
110 m_jit->poke(argument, m_stackIndex);
116 m_jit->poke(argument, m_stackIndex);
122 m_jit->poke(JIT::Imm32(value.payload()), m_stackIndex);
123 m_jit->poke(JIT::Imm32(value.tag()), m_stackIndex + 1);
129 m_jit->poke(payload, m_stackIndex);
130 m_jit->poke(tag, m_stackIndex + 1);
H A DJITInlineMethods.h41 poke(src, argumentStackOffset);
49 poke(Imm32(value), argumentStackOffset);
57 poke(ImmPtr(value), argumentStackOffset);
186 poke(callFrameRegister, OBJECT_OFFSETOF(struct JITStackFrame, callFrame) / sizeof (void*));
193 poke(callFrameRegister, OBJECT_OFFSETOF(struct JITStackFrame, callFrame) / sizeof (void*));
589 poke(payload, argumentStackOffset);
590 poke(tag, argumentStackOffset + 1);
600 poke(Imm32(constant.payload()), argumentStackOffset);
601 poke(Imm32(constant.tag()), argumentStackOffset + 1);
604 poke(scratch
[all...]
H A DJITOpcodes.cpp337 poke(callFrameRegister, OBJECT_OFFSETOF(struct JITStackFrame, callFrame) / sizeof (void*));
1811 poke(callFrameRegister, OBJECT_OFFSETOF(struct JITStackFrame, callFrame) / sizeof (void*));
/external/icu4c/test/intltest/
H A Dtsnmfmt.cpp105 char* poke = (char*)&d; local
109 poke[i] = (char)(rand() & 0xFF);
127 char* poke = (char*)&d; local
130 poke[i] = (char)(rand() & 0xFF);
H A Dtsdate.cpp225 char* poke = (char*)&d; local
230 poke[i] = (char)(rand() & 0xFF);
H A Dnmfmtrt.cpp67 char* poke = (char*)&d; local
70 poke[i] = (char)(rand() & 0xFF);
/external/webkit/JavaScriptCore/assembler/
H A DMacroAssembler.h81 void poke(RegisterID src, int index = 0) function in class:JSC::MacroAssembler
86 void poke(Imm32 value, int index = 0) function in class:JSC::MacroAssembler
91 void poke(ImmPtr imm, int index = 0) function in class:JSC::MacroAssembler
/external/webkit/JavaScriptCore/yarr/
H A DRegexJIT.cpp255 poke(reg, frameLocation);
260 poke(imm, frameLocation);
1235 poke(regT0, m_pattern.m_body->m_callFrameSize);
1250 poke(regT0, m_pattern.m_body->m_callFrameSize);
1252 poke(index, m_pattern.m_body->m_callFrameSize);
/external/webkit/JavaScriptCore/wrec/
H A DWRECGenerator.cpp92 poke(index);

Completed in 127 milliseconds