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

/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h308 typedef InvalSetIterator<BranchInfoTypedSetBase> BranchInfoTypedSetIterBase; typedef in class:vixl::aarch64::VeneerPool
325 class BranchInfoTypedSetIterator : public BranchInfoTypedSetIterBase {
327 BranchInfoTypedSetIterator() : BranchInfoTypedSetIterBase(NULL) {}
329 : BranchInfoTypedSetIterBase(typed_set) {}
332 using BranchInfoTypedSetIterBase::Advance;
333 using BranchInfoTypedSetIterBase::Current;

Completed in 75 milliseconds