Home
last modified time | relevance | path

Searched refs:FindClassMethod (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/art/runtime/
H A Dart_method_test.cc53 ArtMethod* unbox_method = value_of->GetDeclaringClass()->FindClassMethod( in TestBoxUnbox()
126 ArtMethod* init = array_list_class->FindClassMethod("<init>", "()V", kRuntimePointerSize); in TEST_F()
129 array_list_class->FindClassMethod("size", "()I", kRuntimePointerSize); in TEST_F()
132 abstract_list_class->FindClassMethod("size", "()I", kRuntimePointerSize); in TEST_F()
H A Dproxy_test.h72 ArtMethod* method = javaLangObject->FindClassMethod( in GenerateProxyClass()
81 method = javaLangObject->FindClassMethod("hashCode", "()I", kRuntimePointerSize); in GenerateProxyClass()
88 method = javaLangObject->FindClassMethod( in GenerateProxyClass()
H A Dclass_linker_test.cc1187 ArtMethod* clinit = statics->FindClassMethod("<clinit>", "()V", kRuntimePointerSize); in TEST_F()
1268 ArtMethod* Ii = I->FindClassMethod("i", void_sig, kRuntimePointerSize); in TEST_F()
1269 ArtMethod* Jj1 = J->FindClassMethod("j1", void_sig, kRuntimePointerSize); in TEST_F()
1270 ArtMethod* Jj2 = J->FindClassMethod("j2", void_sig, kRuntimePointerSize); in TEST_F()
1274 ArtMethod* Ai = A->FindClassMethod("i", void_sig, kRuntimePointerSize); in TEST_F()
1275 ArtMethod* Aj1 = A->FindClassMethod("j1", void_sig, kRuntimePointerSize); in TEST_F()
1276 ArtMethod* Aj2 = A->FindClassMethod("j2", void_sig, kRuntimePointerSize); in TEST_F()
1329 klass->FindClassMethod("getS0", "()Ljava/lang/Object;", kRuntimePointerSize); in TEST_F()
1558 ArtMethod* method1 = method_types->FindClassMethod( in TEST_F()
1593 ArtMethod* method2 = method_types->FindClassMethod( in TEST_F()
[all …]
H A Dinstrumentation_test.cc497 klass->FindClassMethod("returnReference", "()Ljava/lang/Object;", kRuntimePointerSize); in TEST_F()
518 klass->FindClassMethod("returnReference", "()Ljava/lang/Object;", kRuntimePointerSize); in TEST_F()
537 ArtMethod* method = klass->FindClassMethod("returnPrimitive", "()I", kRuntimePointerSize); in TEST_F()
622 klass->FindClassMethod("instanceMethod", "()V", kRuntimePointerSize); in TEST_F()
672 klass->FindClassMethod("instanceMethod", "()V", kRuntimePointerSize); in TEST_F()
H A Druntime_callbacks_test.cc184 thread->GetClass()->FindClassMethod("start", "()V", kRuntimePointerSize); in TEST_F()
190 ArtMethod* join_method = thread->GetClass()->FindClassMethod("join", "()V", kRuntimePointerSize); in TEST_F()
H A Druntime_intrinsics.cc45 ArtMethod* method = cls->FindClassMethod(method_name, signature, image_size); in FindIntrinsicMethod()
H A Dwell_known_classes.cc222 : klass->FindClassMethod(name, signature, pointer_size); in CacheMethod()
295 ArtMethod* ret = klass->FindClassMethod(name, sig, p_size); in STRING_INIT_LIST()
H A Dreference_table_test.cc202 ArtMethod* substr = GetClassRoot<mirror::String>()->FindClassMethod( in TEST_F()
H A Dreflection_test.cc110 *method = c->FindClassMethod(method_name, method_signature, kRuntimePointerSize); in ReflectionTestMakeInterpreted()
H A Dclass_loader_context_test.cc1424 GetClassRoot<mirror::Object>()->FindClassMethod("<init>", "()V", kRuntimePointerSize); in CreateForeignClassLoader()
H A Druntime.cc980 ArtMethod* getSystemClassLoader = class_loader_class->FindClassMethod( in CreateSystemClassLoader()
/aosp_15_r20/art/openjdkjvmti/
H A Dti_search.cc117 properties_class->FindClassMethod( in Update()
125 properties_class->FindClassMethod( in Update()
350 art::WellKnownClasses::dalvik_system_BaseDexClassLoader->FindClassMethod( in AddToDexClassLoader()
/aosp_15_r20/art/runtime/mirror/
H A Ddex_cache_test.cc111 ArtMethod* method1 = method_types->FindClassMethod( in TEST_F()
117 ArtMethod* method2 = method_types->FindClassMethod( in TEST_F()
H A Dclass.h991 ArtMethod* FindClassMethod(std::string_view name,
996 ArtMethod* FindClassMethod(std::string_view name,
1001 ArtMethod* FindClassMethod(ObjPtr<DexCache> dex_cache,
H A Dclass.cc687 ArtMethod* Class::FindClassMethod(std::string_view name, in FindClassMethod() function in art::mirror::Class
693 ArtMethod* Class::FindClassMethod(std::string_view name, in FindClassMethod() function in art::mirror::Class
846 ArtMethod* Class::FindClassMethod(ObjPtr<DexCache> dex_cache, in FindClassMethod() function in art::mirror::Class
/aosp_15_r20/art/compiler/oat/
H A Djni_stub_hash_map_test.cc100 base_method_ = klass->FindClassMethod(base_method_name, base_method_sig, pointer_size_); in SetBaseMethod()
112 ArtMethod* cmp_method = klass->FindClassMethod(cmp_method_name, cmp_method_sig, pointer_size_); in CompareMethod()
/aosp_15_r20/art/compiler/
H A Dexception_test.cc123 method_f_ = my_klass_->FindClassMethod("f", "()I", kRuntimePointerSize); in SetUp()
128 method_g_ = my_klass_->FindClassMethod("g", "(I)V", kRuntimePointerSize); in SetUp()
H A Dcompiler_reflection_test.cc41 ArtMethod* method = klass->FindClassMethod("main", in TEST_F()
/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_simplifier.cc2814 method = system->FindClassMethod("arraycopy", "([ZI[ZII)V", image_size); in SimplifySystemArrayCopy()
2817 method = system->FindClassMethod("arraycopy", "([BI[BII)V", image_size); in SimplifySystemArrayCopy()
2820 method = system->FindClassMethod("arraycopy", "([CI[CII)V", image_size); in SimplifySystemArrayCopy()
2823 method = system->FindClassMethod("arraycopy", "([SI[SII)V", image_size); in SimplifySystemArrayCopy()
2826 method = system->FindClassMethod("arraycopy", "([II[III)V", image_size); in SimplifySystemArrayCopy()
2829 method = system->FindClassMethod("arraycopy", "([FI[FII)V", image_size); in SimplifySystemArrayCopy()
2832 method = system->FindClassMethod("arraycopy", "([JI[JII)V", image_size); in SimplifySystemArrayCopy()
2835 method = system->FindClassMethod("arraycopy", "([DI[DII)V", image_size); in SimplifySystemArrayCopy()
/aosp_15_r20/art/runtime/verifier/
H A Dclass_verifier.cc73 klass->FindClassMethod(dex_cache.Get(), method_index, linker->GetImagePointerSize()); in UpdateMethodFlags()
H A Dregister_line_test.cc64 ArtMethod* method = object_class->FindClassMethod("wait", "()V", kRuntimePointerSize); in TEST_F()
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_test.cc160 origin = iterable_klass->FindClassMethod( in TEST_F()
H A Doat_writer.cc1451 ArtMethod* origin = declaring_class->FindClassMethod( in StartClass()
1494 : klass_->FindClassMethod(dex_cache_, method.GetIndex(), pointer_size_); in VisitMethod()
/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc839 ArtMethod* caller_method = floating_decimal->FindClassMethod( in TEST_F()
868 ArtMethod* method = double_class->FindClassMethod("toString", in TEST_F()
H A Dunstarted_runtime.cc2395 ArtMethod* method = klass->FindClassMethod(name, signature, class_linker->GetImagePointerSize()); in FindMethod()

12