Home
last modified time | relevance | path

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

/tools/dexter/dexter/
Dexperimental.cc88 auto orig_method = bytecode->CastOperand<lir::Method>(1)->ir_method; in StressWrapInvoke() local
92 param_types.push_back(orig_method->parent); in StressWrapInvoke()
93 if (orig_method->prototype->param_types != nullptr) { in StressWrapInvoke()
94 const auto& orig_param_types = orig_method->prototype->param_types->types; in StressWrapInvoke()
98 auto ir_proto = builder.GetProto(orig_method->prototype->return_type, in StressWrapInvoke()
/tools/dexter/slicer/
Dinstrumentation.cc541 auto orig_method = bytecode->CastOperand<lir::Method>(1)->ir_method; in Apply() local
542 if (!orig_method_id_.Match(orig_method)) { in Apply()
550 param_types.push_back(orig_method->parent); in Apply()
551 if (orig_method->prototype->param_types != nullptr) { in Apply()
552 const auto& orig_param_types = orig_method->prototype->param_types->types; in Apply()
557 auto ir_proto = builder.GetProto(orig_method->prototype->return_type, in Apply()