Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dinstrumentation.h58 : hook_method_id_(hook_method_id), tweak_(tweak) { in EntryHook()
76 Tweak tweak_; variable
98 : hook_method_id_(hook_method_id), tweak_(tweak) { in ExitHook()
109 Tweak tweak_; variable
/tools/dexter/slicer/
Dinstrumentation.cc119 if (tweak_ == Tweak::ArrayParams) { in Apply()
130 switch (tweak_) { in Apply()
366 bool return_as_object = (tweak_ & Tweak::ReturnAsObject) != 0; in Apply()
375 bool pass_method_signature = (tweak_ & Tweak::PassMethodSignature) != 0; in Apply()
510 if ((tweak_ & Tweak::ReturnAsObject) != 0) { in Apply()