Home
last modified time | relevance | path

Searched refs:BranchInterception (Results 1 - 1 of 1) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h182 // 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 { struct in vixl::aarch64::MetaDataDepot
287 BranchInterception(R (*function)(P...), in BranchInterception() function
301 // Register a new BranchInterception object. If 'function' is branched to
317 std::make_unique<BranchInterception<R, P...>>(function, callback); in RegisterBranchInterception()
340 // interception object, see 'BranchInterception'.
3130 // Register a new BranchInterception objec
[all...]

Completed in 5 milliseconds