Searched defs:orig_method (Results 1 – 5 of 5) sorted by relevance
83 art::ArtMethod* orig_method = it.GetMethod(); in VisitReflectiveTargets() local
88 auto orig_method = bytecode->CastOperand<lir::Method>(1)->ir_method; in StressWrapInvoke() local
499 def __torch_function__(cls, orig_method, types, args=None, kwargs=None): argument
541 auto orig_method = bytecode->CastOperand<lir::Method>(1)->ir_method; in Apply() local
1961 static bool IsMethodPreferredOver(ArtMethod* orig_method, in IsMethodPreferredOver()