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

/dalvik/dx/src/com/android/dx/command/findusages/
H A DFindUsages.java84 out.println(location() + ": field reference " + dex.fieldIds().get(fieldId)
94 out.println(location() + ": method reference " + dex.methodIds().get(methodId)
101 private String location() { method in class:FindUsages
131 out.println(location() + " field declared " + dex.fieldIds().get(fieldIndex));
139 out.println(location() + " method declared " + dex.methodIds().get(methodIndex));
/dalvik/dx/src/com/android/dx/command/grep/
H A DGrep.java65 out.println(location() + " " + dex.strings().get(index));
70 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 123 milliseconds