Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/oat/
H A Dimage.h413 IterationRange<const Block*> GetBlocks() const { in GetBlocks() function
417 IterationRange<const Block*> GetBlocks(const uint8_t* image_begin) const { in GetBlocks() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_descriptor.h186 inline const BasicBlockListTy& GetBlocks() const { in GetBlocks() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dloop_descriptor.h186 inline const BasicBlockListTy& GetBlocks() const { in GetBlocks() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_descriptor.h186 inline const BasicBlockListTy& GetBlocks() const { in GetBlocks() function
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h268 const ArenaVector<HBasicBlock*>& GetBlocks() const { return blocks_; } in GetBlocks() function
780 const ArenaBitVector& GetBlocks() const { return blocks_; } in GetBlocks() function