Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dinstrumentation.h57 : hook_method_id_(hook_method_id), tweak_(tweak) { in EntryHook()
75 Tweak tweak_; variable
95 : hook_method_id_(hook_method_id), tweak_(tweak) { in ExitHook()
106 Tweak tweak_; variable
/tools/dexter/slicer/
Dinstrumentation.cc110 if (tweak_ == Tweak::ArrayParams) { in Apply()
121 switch (tweak_) { in Apply()
339 bool return_as_object = tweak_ == Tweak::ReturnAsObject; in Apply()
423 if (tweak_ == Tweak::ReturnAsObject) { in Apply()