Searched refs:JmpSrc (Results 1 – 8 of 8) sorted by relevance
/external/webkit/JavaScriptCore/assembler/ |
D | X86Assembler.h | 221 class JmpSrc { 225 JmpSrc() in JmpSrc() function 231 JmpSrc(int offset) in JmpSrc() function 1169 JmpSrc call() in call() 1175 JmpSrc call(RegisterID dst) in call() 1178 return JmpSrc(m_formatter.size()); in call() 1186 JmpSrc jmp() in jmp() 1195 JmpSrc jmp_r(RegisterID dst) in jmp_r() 1198 return JmpSrc(m_formatter.size()); in jmp_r() 1206 JmpSrc jne() in jne() [all …]
|
D | AbstractMacroAssembler.h | 55 typedef typename AssemblerType::JmpSrc JmpSrc; typedef 307 Call(JmpSrc jmp, Flags flags) in Call() 323 JmpSrc m_jmp; 344 Jump(JmpSrc jmp) in Jump() 360 JmpSrc m_jmp; 490 static void* getLinkerAddress(void* code, typename AssemblerType::JmpSrc label) in getLinkerAddress()
|
D | ARMAssembler.h | 188 class JmpSrc { 191 JmpSrc() in JmpSrc() function 197 JmpSrc(int offset) in JmpSrc() function 623 JmpSrc jmp(Condition cc = AL, int useConstantPool = 0) 629 return JmpSrc(s); 703 void linkJump(JmpSrc from, JmpDst to) in linkJump() 710 static void linkJump(void* code, JmpSrc from, void* to) in linkJump() 720 static void linkCall(void* code, JmpSrc from, void* to) in linkCall() 732 static void* getRelocatedAddress(void* code, JmpSrc jump) in getRelocatedAddress() 744 static int getDifferenceBetweenLabels(JmpDst from, JmpSrc to) in getDifferenceBetweenLabels() [all …]
|
D | ARMv7Assembler.h | 446 class JmpSrc { 450 JmpSrc() in JmpSrc() function 456 JmpSrc(int offset) in JmpSrc() function 856 JmpSrc b() in b() 859 return JmpSrc(m_formatter.size()); in b() 863 JmpSrc blx(RegisterID rm) in blx() 867 return JmpSrc(m_formatter.size()); in blx() 871 JmpSrc bx(RegisterID rm) in bx() 874 return JmpSrc(m_formatter.size()); in bx() 1469 static void* getRelocatedAddress(void* code, JmpSrc jump) in getRelocatedAddress() [all …]
|
D | MacroAssemblerARMv7.h | 1026 ARMv7Assembler::JmpSrc makeJump() in makeJump() 1032 ARMv7Assembler::JmpSrc makeBranch(ARMv7Assembler::Condition cond) in makeBranch() 1038 ARMv7Assembler::JmpSrc makeBranch(Condition cond) { return makeBranch(armV7Condition(cond)); } in makeBranch() 1039 …ARMv7Assembler::JmpSrc makeBranch(DoubleCondition cond) { return makeBranch(armV7Condition(cond));… in makeBranch()
|
D | MacroAssemblerARM.h | 555 JmpSrc jmpSrc; in call()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog | 13405 The 'latePatch' method - which was linked to JmpSrc - is replaced with 13413 (JSC::ARMAssembler::JmpSrc::JmpSrc): 17821 The class JmpSrc is extended with a flag which enables to patch 17844 (JSC::ARMAssembler::JmpSrc::JmpSrc): 17845 (JSC::ARMAssembler::JmpSrc::enableLatePatch): 17928 (JSC::ARMv7Assembler::JmpSrc::enableLatePatch): 17989 (JSC::X86Assembler::JmpSrc::enableLatePatch):
|
D | ChangeLog-2009-06-16 | 18705 (JSC::MacroAssembler::Jump::operator X86Assembler::JmpSrc): 20118 JmpSrc to a location, and deployed it in a bunch of places. 20374 Moved the JmpSrc and JmpDst class definitions to the top of the X86 20378 (JSC::X86Assembler::JmpSrc::JmpSrc): 38133 (KJS::IA32MacroAssembler::JmpSrc::JmpSrc):
|