Home
last modified time | relevance | path

Searched refs:CreateShorty (Results 1 – 1 of 1) sorted by relevance

/tools/dexter/slicer/
Ddex_ir_builder.cc135 static std::string CreateShorty(Type* return_type, TypeList* param_types) { in CreateShorty() function
148 auto shorty = GetAsciiString(CreateShorty(return_type, param_types).c_str()); in GetProto()