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

  /art/runtime/mirror/
field.cc 76 art_field = declaring_class->FindInstanceField(dex_cache, GetDexFieldIndex());
object_test.cc 654 TEST_F(ObjectTest, FindInstanceField) {
664 EXPECT_TRUE(c->FindInstanceField("count", "J") == nullptr);
668 EXPECT_TRUE(c->FindInstanceField("Count", "I") == nullptr);
672 ArtField* f2 = c->FindInstanceField("count", "I");
685 EXPECT_TRUE(c->FindInstanceField("count", "I") != nullptr);
class.cc     [all...]
class.h     [all...]
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 42 ALWAYS_INLINE static inline ArtField* FindInstanceField(uint32_t field_idx,
105 field = FindInstanceField<Instance ## PrimitiveOrObject ## Read, true>( \
162 field = FindInstanceField<Instance ## PrimitiveOrObject ## Write, true>( \
169 field = FindInstanceField<Instance ## PrimitiveOrObject ## Write, true>( \
  /art/runtime/native/
dalvik_system_VMRuntime.cc 368 : klass->FindInstanceField(dex_cache, field_idx);
  /art/runtime/
class_linker.cc     [all...]
jni_internal.cc 315 field = c->FindInstanceField(name, field_type->GetDescriptor(&temp));
    [all...]
check_jni.cc 295 if (c->FindInstanceField(f->GetName(), f->GetTypeDescriptor()) == nullptr) {
    [all...]

Completed in 888 milliseconds