Home
last modified time | relevance | path

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

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