Home
last modified time | relevance | path

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

/tools/dexter/dexter/
Dexperimental.cc450 ir::MethodId method_id(class_descriptor->c_str(), decl->name->c_str(), signature.c_str()); in StressFindMethod() local
/tools/dexter/slicer/
Dinstrumentation.cc676 bool MethodInstrumenter::InstrumentMethod(const ir::MethodId& method_id) { in InstrumentMethod()