Searched defs:GetNextCheckPoint (Results 1 - 1 of 1) sorted by relevance

/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h274 void UpdateNextCheckPoint() { SetNextCheckpoint(GetNextCheckPoint()); }
491 ptrdiff_t GetNextCheckPoint() { function in class:vixl::aarch64::VeneerPool
498 VIXL_DEPRECATED("GetNextCheckPoint", ptrdiff_t NextCheckPoint()) {
499 return GetNextCheckPoint();
2916 ptrdiff_t GetNextCheckPoint() const { function in class:vixl::aarch64::MacroAssembler
2922 VIXL_DEPRECATED("GetNextCheckPoint", ptrdiff_t NextCheckPoint()) {
2923 return GetNextCheckPoint();
2929 checkpoint_ = GetNextCheckPoint();

Completed in 133 milliseconds