Searched refs:semantic_dex_pc (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dblock_builder.h55 // Creates a basic block for bytecode instructions at `semantic_dex_pc` and
58 HBasicBlock* MaybeCreateBlockAt(uint32_t semantic_dex_pc, uint32_t store_dex_pc);
H A Dblock_builder.cc27 HBasicBlock* HBasicBlockBuilder::MaybeCreateBlockAt(uint32_t semantic_dex_pc, argument
31 block = new (arena_) HBasicBlock(graph_, semantic_dex_pc);
34 DCHECK_EQ(block->GetDexPc(), semantic_dex_pc);

Completed in 54 milliseconds