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

  /sdk/emulator/qtools/
exc_dump.cpp 18 uint32_t pc, target_pc; local
21 if (trace->ReadExc(&time, &pc, &recnum, &target_pc, &bb_num,
25 time, recnum, pc, target_pc, bb_num, bb_start_time, num_insns);
trace_reader_base.h 97 uint64_t *recnum, uint32_t *target_pc,
231 uint64_t *recnum, uint32_t *target_pc,
306 uint64_t *recnum, uint32_t *target_pc,
310 return exc_reader_->ReadExc(time, current_pc, recnum, target_pc, bb_num,
trace_reader.cpp 388 uint32_t *target_pc, uint64_t *bb_num,
407 *target_pc = decoder_->Decode(false);
1155 uint32_t current_pc, target_pc; local
    [all...]
  /external/v8/src/arm/
assembler-arm-inl.h 333 Address target_pc = pc; local
334 Instr instr = Memory::int32_at(target_pc);
340 target_pc -= kInstrSize;
341 instr = Memory::int32_at(target_pc);
348 target_pc -= kInstrSize;
349 instr = Memory::int32_at(target_pc);
358 return target_pc + offset + 8;
  /external/qemu/hw/
goldfish_trace.h 121 extern void trace_exception(uint32 target_pc);
  /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));
MIPSAssembler.cpp 1394 uint32_t* target_pc = mLabels.valueFor(bt.label); local
    [all...]
  /external/qemu/
trace.c     [all...]

Completed in 171 milliseconds