Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h390 IterationRange<const Block*> GetBlocks() const { in GetBlocks() function
394 IterationRange<const Block*> GetBlocks(const uint8_t* image_begin) const { in GetBlocks() function
/art/compiler/optimizing/
Dnodes.h367 const ArenaVector<HBasicBlock*>& GetBlocks() const { return blocks_; } in GetBlocks() function
865 const ArenaBitVector& GetBlocks() const { return blocks_; } in GetBlocks() function