HomeSort by relevance Sort by last modified time
    Searched defs:class_hash (Results 1 - 2 of 2) 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 +
  /art/oatdump/
oatdump.cc 3227 uint32_t class_hash, name_hash, signature_hash; local
    [all...]

Completed in 482 milliseconds