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

  /art/compiler/dex/
type_inference.cc 32 inline TypeInference::Type TypeInference::Type::ArrayType(uint32_t array_depth, Type nested_type) {
38 inline TypeInference::Type TypeInference::Type::ArrayTypeFromComponent(Type component_type) {
48 TypeInference::Type TypeInference::Type::ShortyType(char shorty) {
64 TypeInference::Type TypeInference::Type::DexType(const DexFile* dex_file, uint32_t type_idx) {
86 bool TypeInference::Type::MergeArrayConflict(Type src_type) {
99 bool TypeInference::Type::MergeStrong(Type src_type)
    [all...]
type_inference.h 67 class TypeInference : public DeletableArenaObject<kArenaAllocMisc> {
69 TypeInference(MIRGraph* mir_graph, ScopedArenaAllocator* alloc);

Completed in 36 milliseconds