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

/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DRepatchBuffer.h93 MacroAssembler::repatchCompact(dataLabelCompact, value);
H A DAbstractMacroAssembler.h824 static void repatchCompact(CodeLocationDataLabelCompact dataLabelCompact, int32_t value) function in class:JSC::AbstractMacroAssembler
826 AssemblerType::repatchCompact(dataLabelCompact.dataLocation(), value);
H A DMacroAssemblerX86Common.h504 static void repatchCompact(CodeLocationDataLabelCompact dataLabelCompact, int32_t value) function in class:JSC::MacroAssemblerX86Common
507 AssemblerType_T::repatchCompact(dataLabelCompact.dataLocation(), value);
H A DARMAssembler.h844 static void repatchCompact(void* where, int32_t value) function in class:JSC::ARMAssembler
H A DMIPSAssembler.h841 static void repatchCompact(void* where, int32_t value) function in class:JSC::MIPSAssembler
H A DSH4Assembler.h1468 static void repatchCompact(void* where, int32_t value) function in class:JSC::SH4Assembler
H A DX86Assembler.h1850 static void repatchCompact(void* where, int32_t value) function in class:JSC::X86Assembler
H A DARMv7Assembler.h2150 static void repatchCompact(void* where, int32_t offset) function in namespace:JSC::ARMRegisters

Completed in 225 milliseconds