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

/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DRepatchBuffer.h95 MacroAssembler::repatchInt32(dataLabel32, value);
H A DMIPSAssembler.h821 static void repatchInt32(void* from, int32_t to) function in class:JSC::MIPSAssembler
846 repatchInt32(where, value);
851 repatchInt32(from, reinterpret_cast<int32_t>(to));
H A DAbstractMacroAssembler.h974 static void repatchInt32(CodeLocationDataLabel32 dataLabel32, int32_t value) function in class:JSC::AbstractMacroAssembler
976 AssemblerType::repatchInt32(dataLabel32.dataLocation(), value);
H A DARMAssembler.h899 static void repatchInt32(void* where, int32_t to) function in class:JSC::ARMAssembler
H A DSH4Assembler.h1464 static void repatchInt32(void* where, int32_t value) function in class:JSC::SH4Assembler
H A DARMv7Assembler.h2262 static void repatchInt32(void* where, int32_t value) function in namespace:JSC::ARMRegisters
H A DX86Assembler.h2082 static void repatchInt32(void* where, int32_t value) function in class:JSC::X86Assembler
H A DARM64Assembler.h2755 static void repatchInt32(void* where, int32_t value)

Completed in 154 milliseconds