Searched refs:GetProto (Results 1 – 6 of 6) sorted by relevance
/tools/dexter/dexter/ |
D | experimental.cc | 98 auto ir_proto = builder.GetProto(orig_method->prototype->return_type, in StressWrapInvoke() 159 auto ir_proto = builder.GetProto(builder.GetType("V"), in StressEntryHook() 218 auto ir_proto = builder.GetProto(ir_method->decl->prototype->return_type, in StressExitHook() 352 builder.GetProto(builder.GetType("V"), in CodeCoverage()
|
/tools/dexter/slicer/ |
D | instrumentation.cc | 78 auto ir_proto = builder.GetProto(boxed_type, builder.GetTypeList(param_types)); in BoxValue() 145 auto ir_proto = builder.GetProto(builder.GetType("V"), in Apply() 329 auto ir_proto = builder.GetProto(builder.GetType("V"), in InjectArrayParamsHook() 385 auto ir_proto = builder.GetProto(return_type, builder.GetTypeList(param_types)); in Apply() 557 auto ir_proto = builder.GetProto(orig_method->prototype->return_type, in Apply()
|
D | reader.cc | 190 ir::Proto* Reader::GetProto(dex::u4 index) { in GetProto() function in dex::Reader 819 ir_method->prototype = GetProto(dex_method.proto_idx); in ParseMethodDecl() 928 GetProto(index2); in ParseInstructions()
|
D | dex_ir_builder.cc | 146 Proto* Builder::GetProto(Type* return_type, TypeList* param_types) { in GetProto() function in ir::Builder
|
/tools/dexter/slicer/export/slicer/ |
D | dex_ir_builder.h | 59 Proto* GetProto(Type* return_type, TypeList* param_types);
|
D | reader.h | 70 ir::Proto* GetProto(dex::u4 index);
|