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

/art/runtime/
H A Ddex_file.h506 const TypeId& GetTypeId(uint32_t idx) const { function in class:art::DexFile
521 const TypeId& type_id = GetTypeId(idx);
526 const TypeId& type_id = GetTypeId(idx);
563 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_);
569 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_);
603 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_);

Completed in 301 milliseconds