Home
last modified time | relevance | path

Searched defs:GetKey (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/
Ddex_ir.cc56 MethodKey MethodsHasher::GetKey(const EncodedMethod* method) const { in GetKey() function in ir::MethodsHasher
/tools/dexter/slicer/export/slicer/
Ddex_ir.h341 const char* GetKey(const String* string) const { return string->c_str(); } in GetKey() function
348 std::string GetKey(const Proto* proto) const { return proto->Signature(); } in GetKey() function