MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / NumClassDefs

Method NumClassDefs

Bcore/src/main/cpp/dex/dex_file.h:633–636  ·  view source on GitHub ↗

Returns the number of class definitions in the .dex file.

Source from the content-addressed store, hash-verified

631
632 // Returns the number of class definitions in the .dex file.
633 uint32_t NumClassDefs() const {
634 DCHECK(header_ != nullptr) << GetLocation();
635 return header_->class_defs_size_;
636 }
637
638 // Returns the ClassDef at the specified index.
639 const ClassDef& GetClassDef(uint16_t idx) const {

Callers 5

fixCodeItemFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected