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

/dalvik/dx/src/com/android/dx/command/findusages/
H A DFindUsages.java83 out.println(location() + ": field reference " + dex.fieldIds().get(fieldId)
93 out.println(location() + ": method reference " + dex.methodIds().get(methodId)
100 private String location() { method in class:FindUsages
130 out.println(location() + " field declared " + dex.fieldIds().get(fieldIndex));
138 out.println(location() + " method declared " + dex.methodIds().get(methodIndex));
/dalvik/dx/src/com/android/dx/command/grep/
H A DGrep.java70 out.println(location() + " " + dex.strings().get(index));
75 private String location() { method in class:Grep
/dalvik/vm/compiler/
H A DCompilerIR.h39 RegLocationType location:2; member in struct:RegLocation
252 /* Map SSA names to location */

Completed in 95 milliseconds