Home
last modified time | relevance | path

Searched defs:orig_method (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/openjdkjvmti/
H A Dti_breakpoint.cc83 art::ArtMethod* orig_method = it.GetMethod(); in VisitReflectiveTargets() local
/aosp_15_r20/tools/dexter/dexter/
H A Dexperimental.cc88 auto orig_method = bytecode->CastOperand<lir::Method>(1)->ir_method; in StressWrapInvoke() local
/aosp_15_r20/external/pytorch/torch/fx/
H A Dproxy.py499 def __torch_function__(cls, orig_method, types, args=None, kwargs=None): argument
/aosp_15_r20/tools/dexter/slicer/
H A Dinstrumentation.cc541 auto orig_method = bytecode->CastOperand<lir::Method>(1)->ir_method; in Apply() local
/aosp_15_r20/art/runtime/mirror/
H A Dclass.cc1961 static bool IsMethodPreferredOver(ArtMethod* orig_method, in IsMethodPreferredOver()