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

  /art/runtime/mirror/
class.cc 538 ArtField* Class::FindStaticField(const StringPiece& name, const StringPiece& type) {
552 f = interface->FindStaticField(name, type);
561 ArtField* Class::FindStaticField(const DexCache* dex_cache, uint32_t dex_field_idx) {
573 f = interface->FindStaticField(dex_cache, dex_field_idx);
599 f = interface->FindStaticField(name, type);
object_test.cc 614 TEST_F(ObjectTest, FindStaticField) {
623 EXPECT_TRUE(c->FindStaticField("CASE_INSENSITIVE_ORDER", "I") == NULL);
627 EXPECT_TRUE(c->FindStaticField("cASE_INSENSITIVE_ORDER", "Ljava/util/Comparator;") == NULL);
631 ArtField* f2 = c->FindStaticField("CASE_INSENSITIVE_ORDER", "Ljava/util/Comparator;");
class.h 701 ArtField* FindStaticField(const StringPiece& name, const StringPiece& type)
706 ArtField* FindStaticField(const DexCache* dex_cache, uint32_t dex_field_idx)
    [all...]
  /art/runtime/
class_linker_test.cc     [all...]
class_linker.cc     [all...]
jni_internal.cc 313 field = c->FindStaticField(name, ClassHelper(field_type).GetDescriptor());
    [all...]

Completed in 244 milliseconds