Home
last modified time | relevance | path

Searched refs:dex_file_class_defs (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dvdex_file.cc431 const uint32_t* dex_file_class_defs, in GetExtraStringsOffsets() argument
435 uint32_t end_of_assignability_types = dex_file_class_defs[dex_file.NumClassDefs()]; in GetExtraStringsOffsets()
459 const uint32_t* dex_file_class_defs = GetDexFileClassDefs(verifier_deps, index); in ComputeClassStatus() local
462 uint32_t class_def_offset = dex_file_class_defs[class_def_index]; in ComputeClassStatus()
471 end_offset = dex_file_class_defs[i]; in ComputeClassStatus()
482 dex_file_class_defs, in ComputeClassStatus()