/external/webkit/Source/JavaScriptCore/assembler/ |
D | MacroAssemblerX86.h | 55 void add32(TrustedImm32 imm, RegisterID src, RegisterID dest) in add32() function 60 void add32(TrustedImm32 imm, AbsoluteAddress address) in add32() function
|
D | MacroAssemblerMIPS.h | 102 void add32(RegisterID src, RegisterID dest) in add32() function 107 void add32(TrustedImm32 imm, RegisterID dest) in add32() function 112 void add32(TrustedImm32 imm, RegisterID src, RegisterID dest) in add32() function 130 void add32(TrustedImm32 imm, Address address) in add32() function 177 void add32(Address src, RegisterID dest) in add32() function 183 void add32(RegisterID src, Address dest) in add32() function 210 void add32(TrustedImm32 imm, AbsoluteAddress address) in add32() function
|
D | MacroAssemblerARM.h | 84 void add32(RegisterID src, RegisterID dest) in add32() function 89 void add32(TrustedImm32 imm, Address address) in add32() function 96 void add32(TrustedImm32 imm, RegisterID dest) in add32() function 101 void add32(Address src, RegisterID dest) in add32() function 679 void add32(TrustedImm32 imm, RegisterID src, RegisterID dest) in add32() function 684 void add32(TrustedImm32 imm, AbsoluteAddress address) in add32() function
|
D | MacroAssemblerSH4.h | 91 void add32(RegisterID src, RegisterID dest) in add32() function 96 void add32(TrustedImm32 imm, RegisterID dest) in add32() function 109 void add32(TrustedImm32 imm, RegisterID src, RegisterID dest) in add32() function 116 void add32(TrustedImm32 imm, Address address) in add32() function 125 void add32(Address src, RegisterID dest) in add32() function 274 void add32(TrustedImm32 imm, AbsoluteAddress address, RegisterID scratchReg) in add32() function 292 void add32(TrustedImm32 imm, AbsoluteAddress address) in add32() function
|
D | MacroAssemblerARMv7.h | 146 void add32(RegisterID src, RegisterID dest) in add32() function 151 void add32(TrustedImm32 imm, RegisterID dest) in add32() function 156 void add32(TrustedImm32 imm, RegisterID src, RegisterID dest) in add32() function 167 void add32(TrustedImm32 imm, Address address) in add32() function 184 void add32(Address src, RegisterID dest) in add32() function 190 void add32(TrustedImm32 imm, AbsoluteAddress address) in add32() function
|
D | MacroAssemblerX86Common.h | 90 void add32(RegisterID src, RegisterID dest) in add32() function 95 void add32(TrustedImm32 imm, Address address) in add32() function 100 void add32(TrustedImm32 imm, RegisterID dest) in add32() function 105 void add32(Address src, RegisterID dest) in add32() function 110 void add32(RegisterID src, Address dest) in add32() function
|
D | MacroAssemblerX86_64.h | 55 void add32(TrustedImm32 imm, AbsoluteAddress address) in add32() function
|
/external/javassist/src/main/javassist/bytecode/ |
D | ClassFileWriter.java | 426 public void add32(int b) { in add32() method in ClassFileWriter.MethodWriter
|