Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc74 auto ir_proto = builder.GetProto(boxed_type, builder.GetTypeList(param_types)); in BoxValue()
136 auto ir_proto = builder.GetProto(builder.GetType("V"), in Apply()
302 auto ir_proto = builder.GetProto(builder.GetType("V"), in InjectArrayParamsHook()
354 auto ir_proto = builder.GetProto(return_type, builder.GetTypeList(param_types)); in Apply()
470 auto ir_proto = builder.GetProto(orig_method->prototype->return_type, in Apply()
Dreader.cc189 ir::Proto* Reader::GetProto(dex::u4 index) { in GetProto() function in dex::Reader
818 ir_method->prototype = GetProto(dex_method.proto_idx); in ParseMethodDecl()
Ddex_ir_builder.cc146 Proto* Builder::GetProto(Type* return_type, TypeList* param_types) { in GetProto() function in ir::Builder
/tools/dexter/dexter/
Dexperimental.cc97 auto ir_proto = builder.GetProto(orig_method->prototype->return_type, in StressWrapInvoke()
158 auto ir_proto = builder.GetProto(builder.GetType("V"), in StressEntryHook()
217 auto ir_proto = builder.GetProto(ir_method->decl->prototype->return_type, in StressExitHook()
351 builder.GetProto(builder.GetType("V"), in CodeCoverage()
/tools/dexter/slicer/export/slicer/
Ddex_ir_builder.h59 Proto* GetProto(Type* return_type, TypeList* param_types);
Dreader.h70 ir::Proto* GetProto(dex::u4 index);