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

/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DRepatchBuffer.h88 MacroAssembler::repatchInt32(dataLabel32, value);
H A DAbstractMacroAssembler.h829 static void repatchInt32(CodeLocationDataLabel32 dataLabel32, int32_t value) function in class:JSC::AbstractMacroAssembler
831 AssemblerType::repatchInt32(dataLabel32.dataLocation(), value);
H A DMIPSAssembler.h818 static void repatchInt32(void* from, int32_t to) function in class:JSC::MIPSAssembler
843 repatchInt32(where, value);
848 repatchInt32(from, reinterpret_cast<int32_t>(to));
H A DARMAssembler.h839 static void repatchInt32(void* where, int32_t to) function in class:JSC::ARMAssembler
H A DSH4Assembler.h1462 static void repatchInt32(void* where, int32_t value) function in class:JSC::SH4Assembler
H A DX86Assembler.h1857 static void repatchInt32(void* where, int32_t value) function in class:JSC::X86Assembler
H A DARMv7Assembler.h2143 static void repatchInt32(void* where, int32_t value) function in namespace:JSC::ARMRegisters

Completed in 203 milliseconds