Home
last modified time | relevance | path

Searched refs:store_dex_pc (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dblock_builder.h56 HBasicBlock* MaybeCreateBlockAt(uint32_t semantic_dex_pc, uint32_t store_dex_pc);
Dblock_builder.cc52 uint32_t store_dex_pc) { in MaybeCreateBlockAt() argument
53 HBasicBlock* block = branch_targets_[store_dex_pc]; in MaybeCreateBlockAt()
56 branch_targets_[store_dex_pc] = block; in MaybeCreateBlockAt()