Lines Matching refs:BranchInterception
182 // BranchInterception entry exists in branch_interceptions. The address of
184 // BranchInterception.
273 // A pure virtual struct that allows the templated BranchInterception struct
274 // to be stored. For more information see BranchInterception.
286 struct BranchInterception : public BranchInterceptionAbstract {
287 BranchInterception(R (*function)(P...),
301 // Register a new BranchInterception object. If 'function' is branched to
317 std::make_unique<BranchInterception<R, P...>>(function, callback);
340 // interception object, see 'BranchInterception'.
3130 // Register a new BranchInterception object. If 'function' is branched to
5301 void MetaDataDepot::BranchInterception<R, P...>::operator()(