Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dvdex_file.cc416 const uint32_t* dex_file_class_defs, in GetExtraStringsOffsets() argument
420 uint32_t end_of_assignability_types = dex_file_class_defs[dex_file.NumClassDefs()]; in GetExtraStringsOffsets()
444 const uint32_t* dex_file_class_defs = GetDexFileClassDefs(verifier_deps, index); in ComputeClassStatus() local
447 uint32_t class_def_offset = dex_file_class_defs[class_def_index]; in ComputeClassStatus()
456 end_offset = dex_file_class_defs[i]; in ComputeClassStatus()
467 dex_file_class_defs, in ComputeClassStatus()