Searched refs:tweak_ (Results 1 – 2 of 2) sorted by relevance
58 : hook_method_id_(hook_method_id), tweak_(tweak) { in EntryHook()76 Tweak tweak_; variable98 : hook_method_id_(hook_method_id), tweak_(tweak) { in ExitHook()109 Tweak tweak_; variable
119 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()