Home
last modified time | relevance | path

Searched refs:AddTransformation (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/dexter/
Dexperimental.cc294 mi.AddTransformation<slicer::EntryHook>(ir::MethodId("LTracer;", "onFooEntry"), true); in TestMethodInstrumenter()
295 mi.AddTransformation<slicer::EntryHook>(ir::MethodId("LTracer;", "onFooEntry"), false); in TestMethodInstrumenter()
296 mi.AddTransformation<slicer::ExitHook>(ir::MethodId("LTracer;", "onFooExit")); in TestMethodInstrumenter()
297 mi.AddTransformation<slicer::DetourVirtualInvoke>( in TestMethodInstrumenter()
313 auto t1 = mi.AddTransformation<slicer::AllocateScratchRegs>(1, false); in StressScratchRegs()
314 auto t2 = mi.AddTransformation<slicer::AllocateScratchRegs>(1, false); in StressScratchRegs()
315 auto t3 = mi.AddTransformation<slicer::AllocateScratchRegs>(1); in StressScratchRegs()
316 auto t4 = mi.AddTransformation<slicer::AllocateScratchRegs>(20); in StressScratchRegs()
/tools/dexter/slicer/export/slicer/
Dinstrumentation.h151 T* AddTransformation(Args&&... args) { in AddTransformation() function