Home
last modified time | relevance | path

Searched refs:GetDexTypeIndex (Results 1 – 4 of 4) sorted by relevance

/art/compiler/driver/
Dcompiler_driver-inl.h87 *declaring_class_idx = declaring_class->GetDexTypeIndex(); in GetResolvedFieldDexFileLocation()
116 *storage_index = fields_class->GetDexTypeIndex(); in IsFastStaticField()
132 storage_idx = fields_class->GetDexTypeIndex(); in IsFastStaticField()
194 *declaring_class_idx = declaring_class->GetDexTypeIndex(); in GetResolvedMethodDexFileLocation()
/art/runtime/arch/
Dstub_test.cc1025 size_t result = Invoke3(static_cast<size_t>(c->GetDexTypeIndex()), // type_idx in TEST_F()
1155 size_t result = Invoke3(static_cast<size_t>(c->GetDexTypeIndex()), // type_idx in TEST_F()
/art/runtime/mirror/
Dclass.h947 uint16_t GetDexTypeIndex() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetDexTypeIndex() function
/art/compiler/dex/quick/
Dgen_invoke.cc1146 type_idx = mirror::Reference::GetJavaLangRefReference()->GetDexTypeIndex(); in GenInlinedReferenceGetReferent()