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

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp168 uint32_t* target_pc = mLabels.valueFor(bt.label); local
169 LOG_ALWAYS_FATAL_IF(!target_pc,
170 "error resolving branch targets, target_pc is null");
171 int32_t offset = int32_t(target_pc - (bt.pc+2));

Completed in 31 milliseconds