Searched refs:target_pc (Results 1 – 4 of 4) sorted by relevance
173 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate() local174 LOG_ALWAYS_FATAL_IF(!target_pc, in generate()176 int32_t offset = int32_t(target_pc - (bt.pc+2)); in generate()
306 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate() local307 LOG_ALWAYS_FATAL_IF(!target_pc, in generate()309 int32_t offset = int32_t(target_pc - bt.pc); in generate()
1375 uint32_t* target_pc = mLabels.valueFor(bt.label); in fix_branches() local1376 LOG_ALWAYS_FATAL_IF(!target_pc, in fix_branches()1378 int32_t offset = int32_t(target_pc - (bt.pc+1)); in fix_branches()
1400 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate() local1401 LOG_ALWAYS_FATAL_IF(!target_pc, in generate()1403 int32_t offset = int32_t(target_pc - (bt.pc+1)); in generate()