Home
last modified time | relevance | path

Searched refs:JEQ (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/net/java/android/net/apf/
DApfGenerator.java55 JEQ(15), // Compare equal and branch, e.g. "jeq R0,5,label" enumConstant
624 Instruction instruction = new Instruction(Opcodes.JEQ); in addJumpIfR0Equals()
683 Instruction instruction = new Instruction(Opcodes.JEQ, Register.R1); in addJumpIfR0EqualsR1()