Searched defs:GetTypeId (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.h509 const TypeId& GetTypeId(uint32_t idx) const { function in class:art::DexFile
524 const TypeId& type_id = GetTypeId(idx);
529 const TypeId& type_id = GetTypeId(idx);
566 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_);
572 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_);
606 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_);

Completed in 45 milliseconds