HomeSort by relevance Sort by last modified time
    Searched defs:type_data_ (Results 1 - 2 of 2) sorted by null

  /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

Completed in 968 milliseconds