Home
last modified time | relevance | path

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

/frameworks/base/services/net/java/android/net/apf/
DApfGenerator.java58 JLT(18), // Compare less than and branch, e.g. "jlt R0,5,label" enumConstant
660 Instruction instruction = new Instruction(Opcodes.JLT); in addJumpIfR0LessThan()
716 Instruction instruction = new Instruction(Opcodes.JLT, Register.R1); in addJumpIfR0LessThanR1()