Searched refs:MethodSignature (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Dtype_inference.h353 struct MethodSignature { struct in class:art::TypeInference
414 static MethodSignature Signature(const DexFile* dex_file, uint32_t method_idx, bool is_static,
416 static MethodSignature* PrepareSignatures(const DexFile* dex_file, MIRGraph* mir_graph,
438 const MethodSignature* const signatures_; // Indexed by MIR::meta::method_lowering_info.
439 const MethodSignature current_method_signature_;
H A Dtype_inference.cc628 TypeInference::MethodSignature TypeInference::Signature(const DexFile* dex_file,
647 return MethodSignature{ return_type, size, param_types }; // NOLINT
650 TypeInference::MethodSignature* TypeInference::PrepareSignatures(const DexFile* dex_file,
654 MethodSignature* signatures = alloc->AllocArray<MethodSignature>(count, kArenaAllocDFInfo);
834 const MethodSignature* signature = &signatures_[mir->meta.method_lowering_info];

Completed in 25 milliseconds