Searched refs:target_pc (Results 1 – 4 of 4) sorted by relevance
166 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate() local167 LOG_ALWAYS_FATAL_IF(!target_pc, in generate()169 int32_t offset = int32_t(target_pc - (bt.pc+2)); in generate()
305 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate() local306 LOG_ALWAYS_FATAL_IF(!target_pc, in generate()308 int32_t offset = int32_t(target_pc - bt.pc); in generate()
1371 uint32_t* target_pc = mLabels.valueFor(bt.label); in fix_branches() local1372 LOG_ALWAYS_FATAL_IF(!target_pc, in fix_branches()1374 int32_t offset = int32_t(target_pc - (bt.pc+1)); in fix_branches()
1401 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate() local1402 LOG_ALWAYS_FATAL_IF(!target_pc, in generate()1404 int32_t offset = int32_t(target_pc - (bt.pc+1)); in generate()