Home | History | Annotate | Download | only in runtime

Lines Matching defs:TypeId

153   struct TypeId {
157 DISALLOW_COPY_AND_ASSIGN(TypeId);
505 // Returns the TypeId at the specified index.
506 const TypeId& GetTypeId(uint32_t idx) const {
511 uint16_t GetIndexForTypeId(const TypeId& type_id) const {
521 const TypeId& type_id = GetTypeId(idx);
526 const TypeId& type_id = GetTypeId(idx);
531 const char* GetTypeDescriptor(const TypeId& type_id) const {
536 const TypeId* FindTypeId(uint32_t string_idx) const;
557 const FieldId* FindFieldId(const DexFile::TypeId& declaring_klass,
559 const DexFile::TypeId& type) const;
563 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_);
569 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_);
597 const MethodId* FindMethodId(const DexFile::TypeId& declaring_klass,
603 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_);
971 const TypeId* const type_ids_;