Home
last modified time | relevance | path

Searched defs:GetBlocks (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dimage.h407 IterationRange<const Block*> GetBlocks() const { in GetBlocks() function
411 IterationRange<const Block*> GetBlocks(const uint8_t* image_begin) const { in GetBlocks() function
/art/compiler/optimizing/
Dnodes.h441 const ArenaVector<HBasicBlock*>& GetBlocks() const { return blocks_; } in GetBlocks() function
994 const ArenaBitVector& GetBlocks() const { return blocks_; } in GetBlocks() function