Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc39 std::vector<ir::Type*> param_types; in Apply() local
98 std::vector<ir::Type*> param_types; in Apply() local
202 std::vector<ir::Type*> param_types; in Apply() local
343 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
346 std::vector<ir::Type*> param_types { builder.GetType("I") }; in CodeCoverage() local
/tools/dexter/slicer/export/slicer/
Ddex_ir.h195 TypeList* param_types; member