Home
last modified time | relevance | path

Searched refs:repatchInt32 (Results 1 – 7 of 7) sorted by relevance

/external/webkit/JavaScriptCore/assembler/
DAbstractMacroAssembler.h515 static void repatchInt32(CodeLocationDataLabel32 dataLabel32, int32_t value) in repatchInt32() function
517 AssemblerType::repatchInt32(dataLabel32.dataLocation(), value); in repatchInt32()
DRepatchBuffer.h89 MacroAssembler::repatchInt32(dataLabel32, value); in repatch()
DARMAssembler.h680 static void repatchInt32(void* from, int32_t to) in repatchInt32() function
DARMv7Assembler.h1586 static void repatchInt32(void* where, int32_t value) in repatchInt32() function
DX86Assembler.h1526 static void repatchInt32(void* where, int32_t value) in repatchInt32() function
/external/webkit/JavaScriptCore/
DChangeLog17366 (JSC::ARMv7Assembler::repatchInt32):
17388 (JSC::X86Assembler::repatchInt32):
17510 (JSC::ARMv7Assembler::repatchInt32):
17525 (JSC::AbstractMacroAssembler::repatchInt32):
17561 (JSC::X86Assembler::repatchInt32):
17910 (JSC::ARMAssembler::repatchInt32):
DChangeLog-2009-06-161308 (JSC::X86Assembler::repatchInt32):