Searched refs:target_dex_pc (Results 1 – 1 of 1) sorted by relevance
189 uint32_t target_dex_pc = dex_pc + instruction.GetTargetOffset(); in ConnectBasicBlocks() local190 block->AddSuccessor(GetBlockAt(target_dex_pc)); in ConnectBasicBlocks()196 uint32_t target_dex_pc = dex_pc + s_it.CurrentTargetOffset(); in ConnectBasicBlocks() local197 block->AddSuccessor(GetBlockAt(target_dex_pc)); in ConnectBasicBlocks()408 uint32_t target_dex_pc = dex_pc + instruction.GetTargetOffset(); in InsertSynthesizedLoopsForOsr() local409 if (target_dex_pc < dex_pc) { in InsertSynthesizedLoopsForOsr()410 HBasicBlock* block = GetBlockAt(target_dex_pc); in InsertSynthesizedLoopsForOsr()417 uint32_t target_dex_pc = dex_pc + s_it.CurrentTargetOffset(); in InsertSynthesizedLoopsForOsr() local418 if (target_dex_pc < dex_pc) { in InsertSynthesizedLoopsForOsr()419 HBasicBlock* block = GetBlockAt(target_dex_pc); in InsertSynthesizedLoopsForOsr()