Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver-inl.h107 *declaring_class_idx = declaring_class->GetDexTypeIndex(); in GetResolvedFieldDexFileLocation()
171 *storage_index = members_class->GetDexTypeIndex(); in IsClassOfStaticMemberAvailableToReferrer()
185 storage_idx = members_class->GetDexTypeIndex(); in IsClassOfStaticMemberAvailableToReferrer()
293 *declaring_class_idx = declaring_class->GetDexTypeIndex(); in GetResolvedMethodDexFileLocation()
Dcompiler_driver.cc1203 reference_class->GetDexTypeIndex(), &is_initialized, in CanEmbedReferenceTypeInCode()
/art/runtime/arch/
Dstub_test.cc1284 size_t result = Invoke3(static_cast<size_t>(c->GetDexTypeIndex()), // type_idx in TEST_F()
1419 size_t result = Invoke3(static_cast<size_t>(c->GetDexTypeIndex()), // type_idx in TEST_F()
/art/compiler/optimizing/
Dbuilder.cc692 storage_index = outer_class->GetDexTypeIndex(); in BuildInvoke()
934 storage_index = outer_class->GetDexTypeIndex(); in BuildStaticFieldAccess()
/art/runtime/mirror/
Dclass.h1023 uint16_t GetDexTypeIndex() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetDexTypeIndex() function