Lines Matching full:dex
32 * dex file or method for which it has been calculated. However, we do store the declaring
33 * field index, class index and dex file of the resolved field to help distinguish between fields.
88 // The field index in the compiling method's dex file.
92 // The field index in the dex file that defines field, 0 if unresolved.
96 // The dex file that defines the class containing the field and the field, nullptr if unresolved.
102 // For each requested instance field retrieve the field's declaring location (dex file, class
146 // For each requested static field retrieve the field's declaring location (dex file, class
151 // and the type index of the declaring class in the compiled method's dex file.
203 // The type index of the declaring class in the compiling method's dex file,
204 // -1 if the field is unresolved or there's no appropriate TypeId in that dex file.