Searched defs:blocks (Results 1 - 2 of 2) sorted by relevance

/art/compiler/sea_ir/ir/
H A Dsea.cc205 // Pass: Find the start instruction of basic blocks
291 // The map @block maps registers to the blocks in which they are defined.
292 std::map<int, std::set<Region*> > blocks; local
314 blocks.insert(std::pair<int, std::set<Region*> >(reg_def, std::set<Region*>()));
315 std::set<Region*>* reg_def_blocks = &(blocks.find(reg_def)->second);
325 std::set<Region*> worklist((*(blocks.find(global))).second);
/art/compiler/dex/
H A Dmir_graph.h279 GrowableArray<SuccessorBlockInfo*>* blocks; member in struct:art::BasicBlock::__anon4
284 * The "blocks" field in "successor_block_list" points to an array of elements with the type
285 * "SuccessorBlockInfo". For catch blocks, key is type index for the exception. For swtich
286 * blocks, key is the case value.

Completed in 318 milliseconds