Searched defs:target_pc (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp173 uint32_t* target_pc = mLabels.valueFor(bt.label); local
174 LOG_ALWAYS_FATAL_IF(!target_pc,
175 "error resolving branch targets, target_pc is null");
176 int32_t offset = int32_t(target_pc - (bt.pc+2));
H A DMIPSAssembler.cpp1394 uint32_t* target_pc = mLabels.valueFor(bt.label); local
1395 LOG_ALWAYS_FATAL_IF(!target_pc,
1396 "error resolving branch targets, target_pc is null");
1397 int32_t offset = int32_t(target_pc - (bt.pc+1));

Completed in 7 milliseconds