Home | History | Annotate | Download | only in runtime

Lines Matching refs:dex

80                                dex::TypeIndex class_type_index,
85 dex::TypeIndex class_type_index,
94 dex::TypeIndex* class_type_index,
109 dex::TypeIndex* class_type_index,
117 dex::TypeIndex* class_type_index,
135 dex::TypeIndex FindFirstClassDataDefiner(const uint8_t* ptr, bool* success);
136 dex::TypeIndex FindFirstAnnotationsDirectoryDefiner(const uint8_t* ptr, bool* success);
156 const char* CheckLoadStringByIdx(dex::StringIndex idx, const char* error_fmt);
157 const char* CheckLoadStringByTypeIdx(dex::TypeIndex type_idx, const char* error_fmt);
176 dex::TypeIndex* class_type_index,
207 // Make a hash map slot empty by making the offset 0. Offset 0 is a valid dex file offset that
208 // is in the offset of the dex file header. However, we only store data section items in the
228 // Map from offset to dex file type, HashMap for performance reasons.
240 // Set of type ids for which there are ClassDef elements in the dex file.