HomeSort by relevance Sort by last modified time
    Searched defs:LINE_RANGE (Results 1 - 4 of 4) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DebugWriter.java 155 private static final int LINE_RANGE = 15;
159 writer.write((byte)(FIRST_SPECIAL + (addressDelta * LINE_RANGE) + (lineDelta - LINE_BASE)));
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf.go 952 LINE_RANGE = 10
953 PC_RANGE = (255 - OPCODE_BASE) / LINE_RANGE
963 opcode = OPCODE_BASE + (LINE_RANGE * PC_RANGE)
965 opcode = OPCODE_BASE + (LINE_RANGE * int64(deltaPC))
967 } else if deltaLC < LINE_BASE+LINE_RANGE {
969 opcode = OPCODE_BASE + (deltaLC - LINE_BASE) + (LINE_RANGE * PC_RANGE)
971 opcode -= LINE_RANGE
974 opcode = OPCODE_BASE + (deltaLC - LINE_BASE) + (LINE_RANGE * int64(deltaPC))
978 opcode = OPCODE_BASE + (LINE_RANGE - 1) + (LINE_RANGE * int64(deltaPC)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf.go 952 LINE_RANGE = 10
953 PC_RANGE = (255 - OPCODE_BASE) / LINE_RANGE
963 opcode = OPCODE_BASE + (LINE_RANGE * PC_RANGE)
965 opcode = OPCODE_BASE + (LINE_RANGE * int64(deltaPC))
967 } else if deltaLC < LINE_BASE+LINE_RANGE {
969 opcode = OPCODE_BASE + (deltaLC - LINE_BASE) + (LINE_RANGE * PC_RANGE)
971 opcode -= LINE_RANGE
974 opcode = OPCODE_BASE + (deltaLC - LINE_BASE) + (LINE_RANGE * int64(deltaPC))
978 opcode = OPCODE_BASE + (LINE_RANGE - 1) + (LINE_RANGE * int64(deltaPC)
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 656 milliseconds