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

  /external/webrtc/src/
typedefs.h 26 // - In the few places where TARGET_PC is used, it should be replaced by
  /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 170 milliseconds