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

  /art/runtime/
imtable-inl.h 37 uint32_t* class_hash,
42 *class_hash = 0;
52 *class_hash = ComputeModifiedUtf8Hash(dex_file->GetMethodDeclaringClassDescriptor(method_id));
78 *class_hash = method->GetDexMethodIndex();
86 uint32_t class_hash, name_hash, signature_hash; local
87 GetImtHashComponents(method, &class_hash, &name_hash, &signature_hash);
91 mixed_hash = class_hash + name_hash + signature_hash;
93 mixed_hash = kImTableHashCoefficientClass * class_hash +
imtable.h 84 uint32_t* class_hash,
  /art/oatdump/
oatdump.cc 3447 uint32_t class_hash, name_hash, signature_hash; local
    [all...]

Completed in 144 milliseconds