Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h402 IterationRange<const Block*> GetBlocks() const { in GetBlocks() function
406 IterationRange<const Block*> GetBlocks(const uint8_t* image_begin) const { in GetBlocks() function
/art/compiler/optimizing/
Dnodes.h428 const ArenaVector<HBasicBlock*>& GetBlocks() const { return blocks_; } in GetBlocks() function
938 const ArenaBitVector& GetBlocks() const { return blocks_; } in GetBlocks() function