Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dinstrumentation.h56 explicit EntryHook(const ir::MethodId& hook_method_id, Tweak tweak) in EntryHook() argument
57 : hook_method_id_(hook_method_id), tweak_(tweak) { in EntryHook()
94 explicit ExitHook(const ir::MethodId& hook_method_id, Tweak tweak) in ExitHook() argument
95 : hook_method_id_(hook_method_id), tweak_(tweak) { in ExitHook()