Searched refs:TypeInference (Results 1 – 4 of 4) sorted by relevance
32 class TypeInference {34 TypeInference() : type_cache_(new art::verifier::RegTypeCache(false)) { in TypeInference() function
23 bool TypeInference::IsPrimitiveDescriptor(char descriptor) { in IsPrimitiveDescriptor()143 void TypeInference::ComputeTypes(SeaGraph* graph) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in ComputeTypes()
39 class TypeInference; variable290 TypeInference* ti_;
464 :ti_(new TypeInference()), class_def_idx_(0), method_idx_(0), method_access_flags_(), in SeaGraph()