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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMethodLocation.java44 public class MethodLocation { class
49 // We end up creating and keeping around a *lot* of MethodLocation objects
58 MethodLocation(@Nullable BuilderInstruction instruction, int codeAddress, int index) { method in class:MethodLocation
101 void mergeInto(@Nonnull MethodLocation other) {
161 label.location = MethodLocation.this;
212 debugItem.location = MethodLocation.this;

Completed in 145 milliseconds