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

/art/compiler/dex/
H A Dmir_graph.h369 struct SuccessorBlockInfo;
408 ArenaVector<SuccessorBlockInfo*> successor_blocks;
496 * "SuccessorBlockInfo". For catch blocks, key is type index for the exception. For switch
499 struct SuccessorBlockInfo { struct in namespace:art
524 ArenaVector<SuccessorBlockInfo*>::const_iterator successor_iter_;

Completed in 488 milliseconds