HomeSort by relevance Sort by last modified time
    Searched refs:FindStaticField (Results 1 - 7 of 7) sorted by null

  /art/runtime/
class_linker_test.cc     [all...]
class_linker.cc     [all...]
jni_internal.cc 230 field = mirror::Class::FindStaticField(soa.Self(), c, name,
    [all...]
  /art/runtime/mirror/
class.cc 625 ArtField* Class::FindStaticField(Thread* self, Handle<Class> klass, const StringPiece& name,
642 f = FindStaticField(self, interface, name, type);
651 ArtField* Class::FindStaticField(Thread* self, Handle<Class> klass, const DexCache* dex_cache,
666 f = FindStaticField(self, interface, dex_cache, dex_field_idx);
694 f = interface->FindStaticField(self, interface, name, type);
object_test.cc 686 TEST_F(ObjectTest, FindStaticField) {
696 EXPECT_TRUE(mirror::Class::FindStaticField(soa.Self(), c, "CASE_INSENSITIVE_ORDER", "I") == NULL);
701 mirror::Class::FindStaticField(soa.Self(), c, "cASE_INSENSITIVE_ORDER",
708 mirror::Class::FindStaticField(soa.Self(), c, "CASE_INSENSITIVE_ORDER",
class.h     [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 289 field = mirror::Class::FindStaticField(self, klass, dex_cache.Get(), field_idx);

Completed in 134 milliseconds