Home
last modified time | relevance | path

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

/aosp12/art/tools/dexanalyze/
H A Ddexanalyze_bytecode.cc219 dex::TypeIndex current_class_type, in ProcessCodeItem() argument
222 TypeLinkage& current_type = types[current_class_type.index_]; in ProcessCodeItem()
269 holder_type == current_class_type) { in ProcessCodeItem()
329 if (holder_type == current_class_type) { in ProcessCodeItem()
341 ++types[current_class_type.index_].types_.FindOrAdd(holder_type.index_)->second; in ProcessCodeItem()
H A Ddexanalyze_bytecode.h68 dex::TypeIndex current_class_type,