Home
last modified time | relevance | path

Searched refs:DetourInterfaceInvoke (Results 1 – 3 of 3) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dinstrumentation.h147 class DetourInterfaceInvoke : public DetourHook {
149 DetourInterfaceInvoke(const ir::MethodId& orig_method_id, in DetourInterfaceInvoke() function
/tools/dexter/dexter/
Dexperimental.cc303 mi.AddTransformation<slicer::DetourInterfaceInvoke>( in TestMethodInstrumenter()
/tools/dexter/slicer/
Dinstrumentation.cc503 dex::Opcode DetourInterfaceInvoke::GetNewOpcode(dex::Opcode opcode) { in GetNewOpcode()