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

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

Completed in 23 milliseconds