Home
last modified time | relevance | path

Searched defs:param_types (Results 1 – 4 of 4) sorted by relevance

/tools/dexter/slicer/
Dinstrumentation.cc70 std::vector<ir::Type*> param_types; in BoxValue() local
118 std::vector<ir::Type*> param_types; in Apply() local
165 …auto param_types = param_types_list != nullptr ? param_types_list->types : std::vector<ir::Type*>(… in InjectArrayParamsHook() local
285 std::vector<ir::Type*> param_types; in Apply() local
398 std::vector<ir::Type*> param_types; in Apply() local
539 std::vector<ir::Type*> param_types; in ShiftParams() local
Ddex_ir_builder.cc135 static std::string CreateShorty(Type* return_type, TypeList* param_types) { in CreateShorty()
146 Proto* Builder::GetProto(Type* return_type, TypeList* param_types) { in GetProto()
/tools/dexter/dexter/
Dexperimental.cc90 std::vector<ir::Type*> param_types; in StressWrapInvoke() local
149 std::vector<ir::Type*> param_types; in StressEntryHook() local
212 std::vector<ir::Type*> param_types; in StressExitHook() local
349 std::vector<ir::Type*> param_types { builder.GetType("I") }; in CodeCoverage() local
/tools/dexter/slicer/export/slicer/
Ddex_ir.h195 TypeList* param_types; member