HomeSort by relevance Sort by last modified time
    Searched defs:target_pc (Results 1 - 5 of 5) 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.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;
  /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...]

Completed in 397 milliseconds