Home
last modified time | relevance | path

Searched refs:DexType (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dtype_inference.cc64 TypeInference::Type TypeInference::Type::DexType(const DexFile* dex_file, uint32_t type_idx) { in DexType() function in art::TypeInference::Type
595 Type result = Type::DexType(dex_file, type_idx); in FieldType()
634 Type return_type = Type::DexType(dex_file, proto_id.return_type_idx_); in Signature()
641 param_types[0] = Type::DexType(dex_file, method_id.class_idx_); in Signature()
645 param_types[this_size + i] = Type::DexType(dex_file, type_idx); in Signature()
681 Type type = Type::DexType(dex_file, mir->dalvikInsn.vB); in InitializeCheckCastData()
794 sregs_[defs[0]] = Type::DexType(cu_->dex_file, mir->dalvikInsn.vB).AsNonNull(); in InitializeSRegs()
799 sregs_[defs[0]] = Type::DexType(cu_->dex_file, mir->dalvikInsn.vC).AsNonNull(); in InitializeSRegs()
805 Type array_type = Type::DexType(cu_->dex_file, mir->dalvikInsn.vB); in InitializeSRegs()
Dtype_inference.h117 static Type DexType(const DexFile* dex_file, uint32_t type_idx);