Home
last modified time | relevance | path

Searched refs:SetNextRecommendedCheckpoint (Results 1 – 3 of 3) sorted by relevance

/external/vixl/doc/aarch32/design/
Dliteral-pool-aarch32.md109 140 SetNextRecommendedCheckpoint(NextRecommendedCheckpoint());
114 …vixl::aarch64::LiteralPool::SetNextRecommendedCheckpoint (this, offset=131112) at src/vixl/aarch64…
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h128 void SetNextRecommendedCheckpoint(ptrdiff_t offset);
3186 inline void LiteralPool::SetNextRecommendedCheckpoint(ptrdiff_t offset) { in SetNextRecommendedCheckpoint() function
Dmacro-assembler-aarch64.cc176 SetNextRecommendedCheckpoint(GetNextRecommendedCheckpoint()); in UpdateFirstUse()