Searched refs:FindStaticField (Results 1 - 8 of 8) sorted by relevance

/art/runtime/
H A Dclass_linker_test.cc937 ArtField* s0 = mirror::Class::FindStaticField(soa.Self(), statics, "s0", "Z");
942 ArtField* s1 = mirror::Class::FindStaticField(soa.Self(), statics, "s1", "B");
947 ArtField* s2 = mirror::Class::FindStaticField(soa.Self(), statics, "s2", "C");
952 ArtField* s3 = mirror::Class::FindStaticField(soa.Self(), statics, "s3", "S");
957 ArtField* s4 = mirror::Class::FindStaticField(soa.Self(), statics, "s4", "I");
962 ArtField* s5 = mirror::Class::FindStaticField(soa.Self(), statics, "s5", "J");
967 ArtField* s6 = mirror::Class::FindStaticField(soa.Self(), statics, "s6", "F");
972 ArtField* s7 = mirror::Class::FindStaticField(soa.Self(), statics, "s7", "D");
977 ArtField* s8 = mirror::Class::FindStaticField(soa.Self(), statics, "s8",
1049 ArtField* Afoo = mirror::Class::FindStaticField(so
[all...]
H A Doat_file_assistant_test.cc1231 ArtField* no_dexopt_needed = mirror::Class::FindStaticField(
1237 ArtField* dex2oat_needed = mirror::Class::FindStaticField(
1243 ArtField* patchoat_needed = mirror::Class::FindStaticField(
1249 ArtField* self_patchoat_needed = mirror::Class::FindStaticField(
H A Djni_internal.cc214 field = mirror::Class::FindStaticField(soa.Self(), c, name,
H A Dclass_linker.cc4637 // Class::FindStaticField in ResolveField.
7854 resolved = mirror::Class::FindStaticField(self, klass, dex_cache.Get(), field_idx);
7863 resolved = mirror::Class::FindStaticField(self, klass, name, type);
/art/runtime/mirror/
H A Dclass.cc725 ArtField* Class::FindStaticField(Thread* self, Handle<Class> klass, const StringPiece& name, function in class:art::mirror::Class
742 f = FindStaticField(self, interface, name, type);
751 ArtField* Class::FindStaticField(Thread* self, Handle<Class> klass, const DexCache* dex_cache, function in class:art::mirror::Class
766 f = FindStaticField(self, interface, dex_cache, dex_field_idx);
794 f = interface->FindStaticField(self, interface, name, type);
H A Dobject_test.cc696 TEST_F(ObjectTest, FindStaticField) {
706 EXPECT_TRUE(mirror::Class::FindStaticField(
713 mirror::Class::FindStaticField(soa.Self(), c, "cASE_INSENSITIVE_ORDER",
718 ArtField* f2 = mirror::Class::FindStaticField(soa.Self(), c, "CASE_INSENSITIVE_ORDER",
H A Dclass.h1088 static ArtField* FindStaticField(Thread* self, Handle<Class> klass, const StringPiece& name,
1094 static ArtField* FindStaticField(Thread* self, Handle<Class> klass, const DexCache* dex_cache,
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc345 field = mirror::Class::FindStaticField(self, klass, dex_cache.Get(), field_idx);

Completed in 89 milliseconds