Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h311 typedef InvalSetIterator<BranchInfoTypedSetBase> BranchInfoTypedSetIterBase; typedef
328 class BranchInfoTypedSetIterator : public BranchInfoTypedSetIterBase {
330 BranchInfoTypedSetIterator() : BranchInfoTypedSetIterBase(NULL) {} in BranchInfoTypedSetIterator()
332 : BranchInfoTypedSetIterBase(typed_set) {} in BranchInfoTypedSetIterator()
335 using BranchInfoTypedSetIterBase::Advance;
336 using BranchInfoTypedSetIterBase::Current;