Searched defs:param_types (Results 1 – 4 of 4) sorted by relevance
39 std::vector<ir::Type*> param_types; in Apply() local98 std::vector<ir::Type*> param_types; in Apply() local202 std::vector<ir::Type*> param_types; in Apply() local343 std::vector<ir::Type*> param_types; in ShiftParams() local
135 static std::string CreateShorty(Type* return_type, TypeList* param_types) { in CreateShorty()146 Proto* Builder::GetProto(Type* return_type, TypeList* param_types) { in GetProto()
90 std::vector<ir::Type*> param_types; in StressWrapInvoke() local149 std::vector<ir::Type*> param_types; in StressEntryHook() local212 std::vector<ir::Type*> param_types; in StressExitHook() local346 std::vector<ir::Type*> param_types { builder.GetType("I") }; in CodeCoverage() local
195 TypeList* param_types; member