Searched defs:LocalEntry (Results 1 - 1 of 1) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDebugInfoDecoder.java52 private final ArrayList<LocalEntry> locals;
58 private final LocalEntry[] lastEntryForReg;
108 locals = new ArrayList<LocalEntry>();
110 lastEntryForReg = new LocalEntry[regSize];
146 static private class LocalEntry { class in class:DebugInfoDecoder
165 public LocalEntry(int address, boolean isStart, int reg, int nameIndex, method in class:DebugInfoDecoder.LocalEntry
198 public List<LocalEntry> getLocals() {
254 LocalEntry thisEntry =
255 new LocalEntry(0, true, curReg, thisStringIdx, 0, 0);
263 LocalEntry l
[all...]

Completed in 47 milliseconds