Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.cc415 const uint32_t* dex_file_class_defs, in GetExtraStringsOffsets() argument
419 uint32_t end_of_assignability_types = dex_file_class_defs[dex_file.NumClassDefs()]; in GetExtraStringsOffsets()
443 const uint32_t* dex_file_class_defs = GetDexFileClassDefs(verifier_deps, index); in ComputeClassStatus() local
446 uint32_t class_def_offset = dex_file_class_defs[class_def_index]; in ComputeClassStatus()
455 end_offset = dex_file_class_defs[i]; in ComputeClassStatus()
466 dex_file_class_defs, in ComputeClassStatus()