Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h399 IterationRange<const Block*> GetBlocks() const { in GetBlocks() function
403 IterationRange<const Block*> GetBlocks(const uint8_t* image_begin) const { in GetBlocks() function
/art/compiler/optimizing/
Dnodes.h439 const ArenaVector<HBasicBlock*>& GetBlocks() const { return blocks_; } in GetBlocks() function
979 const ArenaBitVector& GetBlocks() const { return blocks_; } in GetBlocks() function