Searched defs:ClassReference (Results 1 – 2 of 2) sorted by relevance
32 ClassReference(const DexFile* file, uint32_t class_def_idx) in ClassReference() function
115 struct ClassReference : public ValueObject { struct116 ClassReference(ProfileIndexType dex_profile_idx, const dex::TypeIndex type_idx) : in ClassReference() argument128 ProfileIndexType dex_profile_index; // the index of the owning dex in the profile info129 dex::TypeIndex type_index; // the type index of the class