D | BaseApfGenerator.java | 281 return Instruction.writeValue(mValue, bytecode, writingOffset, in writeValue() 345 class Instruction { class in BaseApfGenerator 360 Instruction(Opcodes opcode, Rbit rbit) { in Instruction() method in BaseApfGenerator.Instruction 365 Instruction(Opcodes opcode, Register register) { in Instruction() method in BaseApfGenerator.Instruction 369 Instruction(ExtendedOpcodes extendedOpcodes, Rbit rbit) { in Instruction() method in BaseApfGenerator.Instruction 374 Instruction(ExtendedOpcodes extendedOpcodes, Register register) { in Instruction() method in BaseApfGenerator.Instruction 379 Instruction(ExtendedOpcodes extendedOpcodes, int slot, Register register) in Instruction() method in BaseApfGenerator.Instruction 388 Instruction(Opcodes opcode) { in Instruction() method in BaseApfGenerator.Instruction 392 Instruction(ExtendedOpcodes extendedOpcodes) { in Instruction() method in BaseApfGenerator.Instruction 396 Instruction addSigned(int imm) { in addSigned() [all …]
|