Searched refs:orig_method (Results 1 – 2 of 2) sorted by relevance
87 auto orig_method = bytecode->CastOperand<lir::Method>(1)->ir_method; in StressWrapInvoke() local91 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()
529 auto orig_method = bytecode->CastOperand<lir::Method>(1)->ir_method; in Apply() local530 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()