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

  /art/runtime/mirror/
field.cc 33 if (GetDexFieldIndex() == 0) {
36 DCHECK_EQ(GetDexFieldIndex(), 1U);
41 ArtField* art_field = dex_cache->GetResolvedField(GetDexFieldIndex(), kRuntimePointerSize);
44 art_field = declaring_class->FindDeclaredStaticField(dex_cache, GetDexFieldIndex());
46 art_field = declaring_class->FindInstanceField(dex_cache, GetDexFieldIndex());
49 dex_cache->SetResolvedField(GetDexFieldIndex(), art_field, kRuntimePointerSize);
field-inl.h 72 auto dex_field_index = field->GetDexFieldIndex();
field.h 41 ALWAYS_INLINE uint32_t GetDexFieldIndex() REQUIRES_SHARED(Locks::mutator_lock_) {
dex_cache_test.cc 115 field.GetDexFieldIndex()));
class.cc     [all...]
  /art/runtime/arch/
stub_test.cc     [all...]
  /art/runtime/
art_field-inl.h 277 uint32_t field_index = GetDexFieldIndex();
288 uint32_t field_index = GetDexFieldIndex();
315 GetDexFile()->GetFieldId(GetDexFieldIndex()).type_idx_, this);
325 GetDexFile()->GetFieldId(GetDexFieldIndex()).type_idx_, this);
345 uint32_t dex_field_index = GetDexFieldIndex();
art_field.h 79 uint32_t GetDexFieldIndex() {
hidden_api.cc 321 return field->GetDexFieldIndex();
class_linker.cc     [all...]
  /art/runtime/verifier/
verifier_deps.cc     [all...]
verifier_deps.h 177 uint32_t GetDexFieldIndex() const { return std::get<0>(*this); }
  /art/dex2oat/
verifier_deps_test.cc 339 const dex::FieldId& field_id = dex_dep.first->GetFieldId(entry.GetDexFieldIndex());
    [all...]
  /art/compiler/optimizing/
inliner.cc 799 field->GetDexFieldIndex(),
    [all...]
  /art/runtime/dex/
dex_file_annotations.cc 180 return FindAnnotationSetForField(*field->GetDexFile(), *class_def, field->GetDexFieldIndex());
    [all...]

Completed in 731 milliseconds