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

/art/compiler/dex/
H A Dmir_graph.h389 struct SuccessorBlockInfo;
416 GrowableArray<SuccessorBlockInfo*>* successor_blocks;
482 * "SuccessorBlockInfo". For catch blocks, key is type index for the exception. For switch
485 struct SuccessorBlockInfo { struct in namespace:art
510 GrowableArray<SuccessorBlockInfo*>::Iterator successor_iter_;

Completed in 96 milliseconds