Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dexecution_subgraph.h77 class BlockIdFilterThunk {
79 explicit BlockIdFilterThunk(const BitVector& i) : inner_(i) {} in BlockIdFilterThunk() function
80 BlockIdFilterThunk(BlockIdFilterThunk&& other) noexcept = default;
81 BlockIdFilterThunk(const BlockIdFilterThunk&) = default;
121 FilterIterator<ArenaVector<HBasicBlock*>::const_iterator, BlockIdFilterThunk>>;
150 BlockIdFilterThunk(entry_blocks_)); in EntryBlocksReversePostOrder()