Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc1260 static uint32_t ComputeMethodHash(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in ComputeMethodHash() function
1304 virtual_method_hashes[i] = ComputeMethodHash(&virtual_methods[i]); in InitializeObjectVirtualMethodHashes()
7598 return ComputeMethodHash(method); in operator ()()
7603 return ComputeMethodHash(accessor_.GetVTableEntry(index)); in operator ()()
7641 return ComputeMethodHash(method); in operator ()()
7648 return ComputeMethodHash(method->GetInterfaceMethodIfProxy(kPointerSize)); in operator ()()
8003 return ComputeMethodHash(method); in operator ()()
8495 size_t hash = ComputeMethodHash(signature_method); in AssignVTableIndexes()
8513 : ComputeMethodHash(super_method); in AssignVTableIndexes()
8586 size_t hash = ComputeMethodHash(interface_method); in AssignVTableIndexes()
[all …]