Home
last modified time | relevance | path

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

/tools/dexter/dexter/
Dexperimental.cc87 auto orig_method = bytecode->CastOperand<lir::Method>(1)->ir_method; in StressWrapInvoke() local
91 param_types.push_back(orig_method->parent); in StressWrapInvoke()
92 if (orig_method->prototype->param_types != nullptr) { in StressWrapInvoke()
93 const auto& orig_param_types = orig_method->prototype->param_types->types; in StressWrapInvoke()
97 auto ir_proto = builder.GetProto(orig_method->prototype->return_type, in StressWrapInvoke()
/tools/dexter/slicer/
Dinstrumentation.cc529 auto orig_method = bytecode->CastOperand<lir::Method>(1)->ir_method; in Apply() local
530 if (!orig_method_id_.Match(orig_method)) { in Apply()
538 param_types.push_back(orig_method->parent); in Apply()
539 if (orig_method->prototype->param_types != nullptr) { in Apply()
540 const auto& orig_param_types = orig_method->prototype->param_types->types; in Apply()
545 auto ir_proto = builder.GetProto(orig_method->prototype->return_type, in Apply()