HomeSort by relevance Sort by last modified time
    Searched refs:GetDeclaredArgumentTypes (Results 1 - 3 of 3) sorted by null

  /art/compiler/sea_ir/types/
type_inference.h 66 std::vector<const Type*> GetDeclaredArgumentTypes();
type_inference_visitor.cc 32 std::vector<const Type*> arguments = fti.GetDeclaredArgumentTypes();
type_inference.cc 51 // TODO: Test that GetDeclaredArgumentTypes() works correctly when using this constructor.
68 std::vector<const Type*> FunctionTypeInfo::GetDeclaredArgumentTypes() {

Completed in 89 milliseconds