Home | Sort by relevance Sort by last modified time |
/art/compiler/sea_ir/types/ | |
type_inference.h | 41 return type_data_.GetTypeMap(); 45 TypeData type_data_; // TODO: Make private, add accessor and not publish a SafeMap above. member in class:sea_ir::TypeInference |
type_inference_visitor.h | 39 graph_(graph), type_data_(type_data), type_cache_(types), crt_type_() { 74 TypeData* type_data_; member in class:sea_ir::TypeInferenceVisitor |