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>( in TestMethodInstrumenter()
297 mi.AddTransformation<slicer::EntryHook>( in TestMethodInstrumenter()
299 mi.AddTransformation<slicer::ExitHook>(ir::MethodId("LTracer;", "onFooExit")); in TestMethodInstrumenter()
300 mi.AddTransformation<slicer::DetourVirtualInvoke>( in TestMethodInstrumenter()
303 mi.AddTransformation<slicer::DetourInterfaceInvoke>( in TestMethodInstrumenter()
319 auto t1 = mi.AddTransformation<slicer::AllocateScratchRegs>(1, false); in StressScratchRegs()
320 auto t2 = mi.AddTransformation<slicer::AllocateScratchRegs>(1, false); in StressScratchRegs()
321 auto t3 = mi.AddTransformation<slicer::AllocateScratchRegs>(1); in StressScratchRegs()
322 auto t4 = mi.AddTransformation<slicer::AllocateScratchRegs>(20); in StressScratchRegs()
497 mi.AddTransformation<slicer::EntryHook>(ir::MethodId("LTracer;", "onFooEntry"), in TestArrayParamsEntryHook()
[all …]
/tools/dexter/slicer/export/slicer/
Dinstrumentation.h210 T* AddTransformation(Args&&... args) { in AddTransformation() function