Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc293 ScopedArenaVector<uint16_t>* dex_pc_to_block_map) { in FindBlock()
356 void MIRGraph::ProcessTryCatchBlocks(ScopedArenaVector<uint16_t>* dex_pc_to_block_map) { in ProcessTryCatchBlocks()
458 ScopedArenaVector<uint16_t>* dex_pc_to_block_map) { in ProcessCanBranch()
515 ScopedArenaVector<uint16_t>* dex_pc_to_block_map) { in ProcessCanSwitch()
598 ScopedArenaVector<uint16_t>* dex_pc_to_block_map) { in ProcessCanThrow()
721 ScopedArenaVector<uint16_t> dex_pc_to_block_map(allocator.Adapter()); in InlineMethod() local
Dmir_graph.h581 ScopedArenaVector<uint16_t>* dex_pc_to_block_map) { in FindBlock()