HomeSort by relevance Sort by last modified time
    Searched refs:target_pc (Results 1 - 4 of 4) sorted by null

  /external/qemu/include/hw/android/goldfish/
trace.h 122 extern void trace_exception(uint32 target_pc);
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 173 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));
Arm64Assembler.cpp 306 uint32_t* target_pc = mLabels.valueFor(bt.label); local
307 LOG_ALWAYS_FATAL_IF(!target_pc,
308 "error resolving branch targets, target_pc is null");
309 int32_t offset = int32_t(target_pc - bt.pc);
    [all...]
MIPSAssembler.cpp 1394 uint32_t* target_pc = mLabels.valueFor(bt.label); local
    [all...]

Completed in 84 milliseconds