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

Method NumMethodIds

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

Returns the number of method identifiers in the .dex file.

Source from the content-addressed store, hash-verified

584
585 // Returns the number of method identifiers in the .dex file.
586 size_t NumMethodIds() const {
587 DCHECK(header_ != nullptr) << GetLocation();
588 return header_->method_ids_size_;
589 }
590
591 // Returns the MethodId at the specified index.
592 const MethodId& GetMethodId(uint32_t idx) const {

Callers 1

CheckLoadMethodIdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected