Home
last modified time | relevance | path

Searched defs:new_method (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/art/test/2009-structural-local-ref/
H A Dlocal-ref.cc39 jmethodID new_method = in Java_art_Test2009_NativeLocalCallStatic() local
53 jmethodID new_method = env->GetMethodID(obj_klass, "getGreeting", "()Ljava/lang/String;"); in Java_art_Test2009_NativeLocalCallVirtual() local
/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/src/
Dmock_item_struct.rs159 fn new_method(&self) -> impl ToTokens { in new_method() method
258 let new_method = self.new_method(); in to_tokens() localVariable
/aosp_15_r20/external/cronet/net/url_request/
H A Dredirect_info.h68 std::string new_method; member
H A Dredirect_util_unittest.cc32 const char* new_method; in TEST() member
/aosp_15_r20/external/executorch/exir/capture/
H A D_capture.py139 def patch_forward(obj: torch.nn.Module, new_method): argument
/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dmethod_test.cpp88 Method new_method(std::move(method.get())); in TEST_F() local
/aosp_15_r20/external/pytorch/torch/distributed/rpc/
H A Dapi.py541 new_method = method_factory(method_name, docstring) variable
/aosp_15_r20/art/runtime/
H A Druntime_callbacks.cc344 /*out*/void** new_method) { in RegisterNativeMethod()
H A Druntime_image.cc846 ArtMethod* new_method = nullptr; in RelocateImTable() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/optests/
H A Dgenerate_tests.py223 def new_method(*args, **kwargs): function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/
H A Dexpand.rs1441 let new_method = if can_construct_from_value { in expand_unique_ptr() localVariable
1536 let new_method = if can_construct_from_value { in expand_shared_ptr() localVariable
/aosp_15_r20/external/rust/cxx/macro/src/
Dexpand.rs1441 let new_method = if can_construct_from_value { in expand_unique_ptr() localVariable
1536 let new_method = if can_construct_from_value { in expand_shared_ptr() localVariable
/aosp_15_r20/art/runtime/jit/
H A Djit_code_cache.cc190 void MoveObsoleteMethod(ArtMethod* old_method, ArtMethod* new_method) { in MoveObsoleteMethod()
944 void JitCodeCache::MoveObsoleteMethod(ArtMethod* old_method, ArtMethod* new_method) { in MoveObsoleteMethod()
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/
Dfnsig.rs42 pub(crate) fn new_method( in new_method() method
/aosp_15_r20/art/runtime/jni/
H A Djni_id_manager.cc503 ArtMethod* new_method = in VisitReflectiveTargets() local
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.cc197 void RTCPSender::SetRTCPStatus(RtcpMode new_method) { in SetRTCPStatus()
/aosp_15_r20/external/protobuf/python/
H A Dmox.py1371 def new_method(self, *args, **kwargs): function
/aosp_15_r20/external/pytorch/torch/export/
H A D_trace.py1138 def patch_forward(obj: torch.nn.Module, new_method): argument
/aosp_15_r20/external/cronet/third_party/protobuf/python/
H A Dmox.py1371 def new_method(self, *args, **kwargs): function
/aosp_15_r20/art/openjdkjvmti/
H A Dti_redefine.cc963 for (const art::ClassAccessor::Method& new_method : accessor.GetMethods()) { in CheckMethods() local
2803 art::ArtMethod* new_method = in UpdateClassStructurally() local
/aosp_15_r20/art/test/004-JniTest/
H A Djni_test.cc737 jmethodID new_method = env_->GetMethodID(concrete_class_, "<init>", "()V"); in TestCalls() local
/aosp_15_r20/art/compiler/optimizing/
H A Dinliner.cc1233 ArtMethod* new_method = nullptr; in TryInlinePolymorphicCallToSameTarget() local
/aosp_15_r20/external/executorch/exir/emit/test/
H A Dtest_emit.py76 def patch_forward(obj: torch.nn.Module, new_method): argument
/aosp_15_r20/art/runtime/mirror/
H A Dclass.cc1963 ArtMethod* new_method, in IsMethodPreferredOver()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_dataclasses.py2027 def new_method(self): member in TestCase.test_generic_extending.NonDataDerived

12